This commit is contained in:
Pat Dryburgh
2019-08-01 15:10:19 -07:00
parent 8b885e0b38
commit 7e5a447c62
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,8 @@
<title>{{ site.title }}{% if page.title and page.title != "" %} &mdash; {{ page.title }}{% endif %}</title>
{% if site.description %}<meta name="description" content="{{ site.description }}">{% endif %}
<link rel="stylesheet" href="{{ '/assets/css/main.css' | absolute_url }}?{{ site.time | date: '%s%N' }}">
<link rel="apple-touch-icon" href="{{ site.icon }}">

View File

@ -3,6 +3,7 @@
font-family: 'EB Garamond';
font-style: normal;
font-weight: 400;
font-display: auto;
src: url('#{$asset_url}/fonts/eb-garamond-v9-latin-regular.eot'); /* IE9 Compat Modes */
src: local('EB Garamond Regular'), local('EBGaramond-Regular'),
url('#{$asset_url}/fonts/eb-garamond-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */