forked from
quillmatiq.com/augment
Fork of Chiri for Astro for my blog
1@font-face {
2 font-family: 'Inter';
3 font-style: normal;
4 font-weight: 100 900;
5 font-display: swap;
6 src: url('/fonts/Inter.woff2') format('woff2');
7 unicode-range:
8 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,
9 U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
10}
11
12@font-face {
13 font-family: 'Besley';
14 font-style: italic;
15 font-weight: 400;
16 font-display: swap;
17 src: url('/fonts/Besley-Italic.woff2') format('woff2');
18 unicode-range:
19 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,
20 U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
21}