D10 theme for Island Lives. This is a clone of drupals core theme Olivero. Notice this theme is named Olivera not Olivero :)
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.
 
 
 
 
 
 

21 lines
1.4 KiB

{#
/**
* @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>
{#<link rel="preload" href="{{ olivera_path }}/fonts/LibreBodoni-Bold.woff2" as="font" type="font/woff2" crossorigin>#}
{#<link rel="preload" href="{{ olivera_path }}/fonts/LibreBodoni-Italic.woff2" as="font" type="font/woff2" crossorigin>#}
{#<link rel="preload" href="{{ olivera_path }}/fonts/LibreBodoni-Regular.woff2" as="font" type="font/woff2" crossorigin>#}
{#<link rel="preload" href="{{ olivera_path }}/fonts/SourceSans3-Bold.woff2" as="font" type="font/woff2" crossorigin>#}
{#<link rel="preload" href="{{ olivera_path }}/fonts/SourceSans3-Regular.woff2" as="font" type="font/woff2" crossorigin>#}
{#<link rel="preload" href="{{ olivera_path }}/fonts/SourceSans3-Italic.woff2" as="font" type="font/woff2" crossorigin>#}