-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfont.css
32 lines (29 loc) · 1.04 KB
/
font.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* https://twitter.com/leeerob/status/1345554815158546432 */
@font-face {
font-family: 'Ilisarniq GTG';
src: url('../../public/fonts/Ilisarniq-Bold.woff2') format('woff2'), url('../../public/fonts/Ilisarniq-Bold.woff') format('woff');
font-weight: 900;
font-style: normal;
font-display: optional;
}
@font-face {
font-family: 'Ilisarniq GTG';
src: url('../../public/fonts/Ilisarniq-Demi.woff2') format('woff2'), url('../../public/fonts/Ilisarniq-Demi.woff') format('woff');
font-weight: 700;
font-style: normal;
font-display: optional;
}
@font-face {
font-family: 'Ilisarniq GTG';
src: url('../../public/fonts/Ilisarniq-Regular.woff2') format('woff2'), url('../../public/fonts/Ilisarniq-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
font-display: optional;
}
@font-face {
font-family: 'Ilisarniq GTG';
src: url('../../public/fonts/Ilisarniq-Light.woff2') format('woff2'), url('../../public/fonts/Ilisarniq-Light.woff') format('woff');
font-weight: 100;
font-style: normal;
font-display: optional;
}