D10 theme for Booklives
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.
 
 
 
 

16 lines
650 B

{#
/**
* @file
* Preload the non-bold & non-italic fonts for the headings and the body copy.
*
* Available variables:
* - olivesbooks_path: Returns the path to the Olivesbooks theme.
*/
#}
<link rel="preload" href="{{ olivesbooks_path }}/fonts/IM_Fell_Great_Primer/IMFellGreatPrimer-Italic.woff2" as="font"
type="font/woff2" crossorigin>
<link rel="preload" href="{{ olivesbooks_path }}/fonts/IM_Fell_Great_Primer/IMFellGreatPrimer-Regular.woff2" as="font"
type="font/woff2" crossorigin>
<link rel="preload" href="{{ olivesbooks_path }}/fonts/IM_Fell_Great_Primer_SC/IMFellGreatPrimerSC-Regular.woff2"
as="font" type="font/woff2" crossorigin>