blob: ffe3923b8abc9aa081668b4f960718114008e2d4 (
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: 'noto';
src: url('../fonts/noto-sans-regular.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'noto';
src: url('../fonts/noto-sans-italic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'noto';
src: url('../fonts/noto-sans-700.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'noto';
src: url('../fonts/noto-sans-700italic.ttf') format('truetype');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'source code';
src: url('../fonts/source-code-pro-300.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'source code';
src: url('../fonts/source-code-pro-500.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
|