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