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