diff options
author | Nick White <git@njw.name> | 2021-03-16 14:13:22 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-03-16 14:13:22 +0000 |
commit | 1d488862eb57d7c29c22af00571a451128df4a5a (patch) | |
tree | deb1e012119b8e76bb3b31f92762f120b37a190c /layouts/partials/head_fonts.html | |
parent | 6ac8506eec7b47c87051947c787ffa48c1ad8313 (diff) | |
parent | aec49e4f6a99f6040d1a50a050c83fd6e8f1aef9 (diff) |
Merge remote-tracking branch 'origin/rescribe' into rescribemergerescribe
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> |