diff options
-rw-r--r-- | layouts/partials/head.html | 1 | ||||
-rw-r--r-- | static/css/hyde.css | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 8915f55..efc7199 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,7 +6,6 @@ <link rel="stylesheet" href="/css/poole.css"> <link rel="stylesheet" href="/css/syntax.css"> <link rel="stylesheet" href="/css/hyde.css"> - <link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}"> <link href="{{ .Permalink }}" rel="canonical"> </head> 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; |