mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 06:36:04 +00:00
move font to
This commit is contained in:
parent
25ed95bb67
commit
6abeb86579
11 changed files with 13 additions and 11 deletions
|
@ -1,4 +1,6 @@
|
|||
<script lang="ts">
|
||||
import atkinsonHyperlegible from '$lib/fonts/atkinson-hyperlegible/latin.woff2'
|
||||
|
||||
export let title = 'matdoesdev'
|
||||
export let description = ''
|
||||
</script>
|
||||
|
@ -6,7 +8,7 @@
|
|||
<svelte:head>
|
||||
<title>{title}</title>
|
||||
<meta name="description" content={description} />
|
||||
|
||||
<link rel="prefetch" href="/fonts/atkinson-hyperlegible/latin.woff2">
|
||||
<link rel="me" href="https://f.matdoes.dev/mat">
|
||||
|
||||
<link rel="prefetch" href={atkinsonHyperlegible} />
|
||||
<link rel="me" href="https://f.matdoes.dev/mat" />
|
||||
</svelte:head>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(/fonts/atkinson-hyperlegible/latin-ext-italic.woff2) format('woff2');
|
||||
src: url($lib/fonts/atkinson-hyperlegible/latin-ext-italic.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
|
||||
U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
|
@ -14,7 +14,7 @@
|
|||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(/fonts/atkinson-hyperlegible/latin-italic.woff2) format('woff2');
|
||||
src: url($lib/fonts/atkinson-hyperlegible/latin-italic.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
|
||||
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
|||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(/fonts/atkinson-hyperlegible/latin-ext-italic-bold.woff2) format('woff2');
|
||||
src: url($lib/fonts/atkinson-hyperlegible/latin-ext-italic-bold.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
|
||||
U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
|
@ -34,7 +34,7 @@
|
|||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(/fonts/atkinson-hyperlegible/latin-italic-bold.woff2) format('woff2');
|
||||
src: url($lib/fonts/atkinson-hyperlegible/latin-italic-bold.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
|
||||
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
@ -44,7 +44,7 @@
|
|||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(/fonts/atkinson-hyperlegible/latin-ext-italic-bold.woff2) format('woff2');
|
||||
src: url($lib/fonts/atkinson-hyperlegible/latin-ext-italic-bold.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
|
||||
U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
|
@ -54,7 +54,7 @@
|
|||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(/fonts/atkinson-hyperlegible/latin.woff2) format('woff2');
|
||||
src: url($lib/fonts/atkinson-hyperlegible/latin.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
|
||||
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
@ -64,7 +64,7 @@
|
|||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(/fonts/atkinson-hyperlegible/latin-ext-bold.woff2) format('woff2');
|
||||
src: url($lib/fonts/atkinson-hyperlegible/latin-ext-bold.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
|
||||
U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
|
@ -74,7 +74,7 @@
|
|||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(/fonts/atkinson-hyperlegible/latin-bold.woff2) format('woff2');
|
||||
src: url($lib/fonts/atkinson-hyperlegible/latin-bold.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
|
||||
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue