drupal 10 theme for island voices
 
 
 
 

20 lines
1.5 KiB

{#
/**
* @file
* Preload the non-bold & non-italic fonts for the headings and the body copy.
*
* Available variables:
* - olivesvoices_path: Returns the path to the Olivesvoices theme.
*/
#}
<link rel="preload" href="{{ olivesvoices_path }}/fonts/metropolis/Metropolis-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="{{ olivesvoices_path }}/fonts/metropolis/Metropolis-SemiBold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="{{ olivesvoices_path }}/fonts/metropolis/Metropolis-Bold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="{{ olivesvoices_path }}/fonts/lora/lora-v14-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
{#<link rel="preload" href="{{ olivesvoices_path }}/fonts/LibreBodoni-Bold.woff2" as="font" type="font/woff2" crossorigin>#}
{#<link rel="preload" href="{{ olivesvoices_path }}/fonts/LibreBodoni-Italic.woff2" as="font" type="font/woff2" crossorigin>#}
{#<link rel="preload" href="{{ olivesvoices_path }}/fonts/LibreBodoni-Regular.woff2" as="font" type="font/woff2" crossorigin>#}
{#<link rel="preload" href="{{ olivesvoices_path }}/fonts/SourceSans3-Bold.woff2" as="font" type="font/woff2" crossorigin>#}
{#<link rel="preload" href="{{ olivesvoices_path }}/fonts/SourceSans3-Regular.woff2" as="font" type="font/woff2" crossorigin>#}
{#<link rel="preload" href="{{ olivesvoices_path }}/fonts/SourceSans3-Italic.woff2" as="font" type="font/woff2" crossorigin>#}