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.
14 lines
700 B
14 lines
700 B
{# |
|
/** |
|
* @file |
|
* Preload the non-bold & non-italic fonts for the headings and the body copy. |
|
* |
|
* Available variables: |
|
* - olivera_path: Returns the path to the Olivera theme. |
|
*/ |
|
#} |
|
|
|
<link rel="preload" href="{{ olivera_path }}/fonts/metropolis/Metropolis-Regular.woff2" as="font" type="font/woff2" crossorigin> |
|
<link rel="preload" href="{{ olivera_path }}/fonts/metropolis/Metropolis-SemiBold.woff2" as="font" type="font/woff2" crossorigin> |
|
<link rel="preload" href="{{ olivera_path }}/fonts/metropolis/Metropolis-Bold.woff2" as="font" type="font/woff2" crossorigin> |
|
<link rel="preload" href="{{ olivera_path }}/fonts/lora/lora-v14-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
|
|
|