blob: 04c3e7c44389b05d6e964cb903ed90ed1af7aef4 (
plain) (
blame)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
@font-face {
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: normal;
font-display: swap;
src: url('/assets/IBMPlexSans-Regular.woff2') format('woff2');
}
@font-face {
font-family: 'IBM Plex Sans';
font-style: italic;
font-weight: normal;
font-display: swap;
src: url('/assets/IBMPlexSans-Italic.woff2') format('woff2');
}
@font-face {
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url('/assets/IBMPlexSans-Medium.woff2') format('woff2');
}
@font-face {
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url('/assets/IBMPlexSans-Bold.woff2') format('woff2');
}
@font-face {
font-family: 'Garet';
font-style: normal;
font-weight: 50 950;
font-display: swap;
src: url('/assets/GaretVariable.woff2') format('woff2-variations');
}
@font-face {
font-family: 'Iosevka Term SS09';
font-style: normal;
font-weight: normal;
font-display: swap;
src: url('/assets/iosevka-term-ss09-regular.woff2') format('woff2');
}
@font-face {
font-family: 'Iosevka Term SS09';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url('/assets/iosevka-term-ss09-bold.woff2') format('woff2');
}
|