diff options
author | Adam Mathes <adam@trenchant.org> | 2017-11-22 10:41:36 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2017-11-22 10:41:36 -0700 |
commit | 7227865519ffb9f860e9a6de4b96ffc4eb291ff8 (patch) | |
tree | dfe5cf88757ffa55665d969d199598f438f4043d /static | |
parent | 598c6c9ef39500926337e52967fd527833981909 (diff) | |
download | neko-7227865519ffb9f860e9a6de4b96ffc4eb291ff8.tar.gz neko-7227865519ffb9f860e9a6de4b96ffc4eb291ff8.tar.bz2 neko-7227865519ffb9f860e9a6de4b96ffc4eb291ff8.zip |
switch from georgia to palatino
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 1006a85..76d1ebd 100644 --- a/static/style.css +++ b/static/style.css @@ -34,7 +34,7 @@ blockquote { } body { - font-family: Georgia; + font-family: Palatino, Georgia; } h1, h2, h3, h4, h5, #controls { |