You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.2 KiB
25 lines
1.2 KiB
{# |
|
/** |
|
* @file |
|
* Preload the non-bold & non-italic fonts for the headings and the body copy. |
|
* |
|
* Available variables: |
|
* - oliveskspaces_path: Returns the path to the Oliveskspaces theme. |
|
*/ |
|
#} |
|
|
|
<link rel="preload" href="{{ oliveskspaces_path }}/fonts/alegreya-v41-latin_latin-ext-500.woff2" as="font" type="font/woff2" |
|
crossorigin> |
|
<link rel="preload" href="{{ oliveskspaces_path }}/fonts/alegreya-v41-latin_latin-ext-600.woff2" as="font" type="font/woff2" |
|
crossorigin> |
|
<link rel="preload" href="{{ oliveskspaces_path }}/fonts/alegreya-v41-latin_latin-ext-regular.woff2" as="font" type="font/woff2" |
|
crossorigin> |
|
|
|
<link rel="preload" href="{{ oliveskspaces_path }}/fonts/barlow-v13-latin_latin-ext-500.woff2" as="font" type="font/woff2" |
|
crossorigin> |
|
<link rel="preload" href="{{ oliveskspaces_path }}/fonts/barlow-v13-latin_latin-ext-600.woff2" as="font" type="font/woff2" |
|
crossorigin> |
|
<link rel="preload" href="{{ oliveskspaces_path }}/fonts/barlow-v13-latin_latin-ext-italic.woff2" as="font" type="font/woff2" |
|
crossorigin> |
|
<link rel="preload" href="{{ oliveskspaces_path }}/fonts/barlow-v13-latin_latin-ext-regular.woff2" as="font" type="font/woff2" |
|
crossorigin>
|
|
|