1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 16:05:31 -04:00

preload web fonts

This commit is contained in:
2020-01-23 11:41:37 -05:00
parent dab6ac1a2e
commit bfa184d2a9
3 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<link rel="preload" href="{{ "fonts/inter-regular-subset.woff2" | absURL }}" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="{{ "fonts/inter-medium-subset.woff2" | absURL }}" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="{{ "fonts/inter-bold-subset.woff2" | absURL }}" as="font" type="font/woff2" crossorigin>