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 /layouts/partials | |
parent | 18fe6ce1a1a328233f4c062645ea5da8dee4c974 (diff) | |
download | hyde-3edf24c876bd561b1f5904cae45871a4eb93bb57.tar.lz hyde-3edf24c876bd561b1f5904cae45871a4eb93bb57.tar.zst hyde-3edf24c876bd561b1f5904cae45871a4eb93bb57.zip |
Change fonts (remove Google Fonts)
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/head.html | 1 |
1 files changed, 0 insertions, 1 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> |