blob: ece20ea7ac0e429a1b05cd7675b0224541cd90c0 (
plain)
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
|
@font-face {
font-family: 'Literata';
src: url('/fonts/Literata/Literata-Light.woff') format('woff');
font-weight: light;
font-style: normal;
}
@font-face {
font-family: 'Literata';
src: url('/fonts/Literata/Literata-LightItalic.woff') format('woff');
font-weight: light;
font-style: italic;
}
@font-face {
font-family: 'Literata';
src: url('/fonts/Literata/Literata-SemiBold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Literata';
src: url('/fonts/Literata/Literata-SemiBoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Monaspace';
src: url('/fonts/Monaspace/MonaspaceArgon-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Monaspace';
src: url('/fonts/Monaspace/MonaspaceArgon-SemiBold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
|