Browse Source

font preload

master
rdrew 4 days ago
parent
commit
78b7272b95
  1. 28
      templates/includes/preload.twig

28
templates/includes/preload.twig

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

Loading…
Cancel
Save