diff options
author | Alan Pearce | 2014-09-08 21:05:12 +0100 |
---|---|---|
committer | Alan Pearce | 2014-09-08 21:05:12 +0100 |
commit | 3edf24c876bd561b1f5904cae45871a4eb93bb57 (patch) | |
tree | dcad70f1c7c0dc5cd8826d3e7f8285ba0a3635d3 /static/css | |
parent | 18fe6ce1a1a328233f4c062645ea5da8dee4c974 (diff) | |
download | hyde-3edf24c876bd561b1f5904cae45871a4eb93bb57.tar.lz hyde-3edf24c876bd561b1f5904cae45871a4eb93bb57.tar.zst hyde-3edf24c876bd561b1f5904cae45871a4eb93bb57.zip |
Change fonts (remove Google Fonts)
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/hyde.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/hyde.css b/static/css/hyde.css index 79c3c51..97bbcb7 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -32,7 +32,7 @@ */ html { - font-family: "PT Sans", Helvetica, Arial, sans-serif; + font-family: "PT Sans", "Ubuntu Sans", "Liberation Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; } @media (min-width: 48em) { html { @@ -79,7 +79,7 @@ html { .site-title { color: #fff; margin-top: 0; - font-family: "Abril Fatface", serif; + font-family: Georgia, serif; font-size: 3.25rem; font-weight: bold; line-height: 1.25; |