blob: 9e576005c4113d4218e5eee480501fdc5976a92b (
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
|
@font-face {
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: normal;
src: url('/IBMPlexSans-Regular.woff2') format('woff2');
}
@font-face {
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 500;
src: url('/IBMPlexSans-Medium.woff2') format('woff2');
}
@font-face {
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: bold;
src: url('/IBMPlexSans-Bold.woff2') format('woff2');
}
@font-face {
font-family: 'Garet';
font-style: normal;
font-weight: 50 950;
src: url('/GaretVariable.woff2') format('woff2-variations');
}
|