mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-21 18:01:07 +00:00
resolves #12
This commit is contained in:
@ -8,6 +8,8 @@
|
||||
|
||||
<title>{{ site.title }}{% if page.title and page.title != "" %} — {{ 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 }}">
|
||||
|
@ -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 */
|
||||
|
Reference in New Issue
Block a user