diff options
author | Nick White <git@njw.name> | 2019-10-02 18:04:59 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-10-02 18:04:59 +0100 |
commit | d76a71eaeae15dc03dd3160d4fc54831780ec03f (patch) | |
tree | 850d30a05d5761fd4f47baebfc7d478d4efdfc15 /layouts/partials/head_fonts.html | |
parent | fcf2491e2fc6c362845a0cd630365886b4611ee7 (diff) |
Switch from google fonts to EBGaramond served ourselves
Diffstat (limited to 'layouts/partials/head_fonts.html')
-rw-r--r-- | layouts/partials/head_fonts.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/head_fonts.html b/layouts/partials/head_fonts.html index 4729eb2..b7ba7f3 100644 --- a/layouts/partials/head_fonts.html +++ b/layouts/partials/head_fonts.html @@ -1 +1,3 @@ - <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abril+Fatface|PT+Sans:400,400i,700"> + <style> + @font-face { font-family: 'EB Garamond Regular'; src: url('/EBGaramond12-Regular.woff') format('woff'); } + </style> |