summaryrefslogtreecommitdiff
path: root/public/fonts/fonts.css
blob: 641373e8c08bf7d04813566d99add68dfe318764 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
@font-face {
	font-family: 'Circled Numbers';
	src: url('CircledNumbers.woff2') format('woff2');
	unicode-range: U+2460-2465, U+2776-277B;
}

@font-face {
	font-family: 'Dingbats';
	src: url('Dingbats.woff2') format('woff2');
	unicode-range: U+2701-27FF;
}

@font-face {
	font-family: 'Noto Emoji';
	src: url('NotoEmoji.woff2') format('woff2');
}

@font-face {
	font-family: 'Source Sans';
	src: url('SourceSans3-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Source Sans';
	font-style: italic;
	src: url('SourceSans3-It.woff2') format('woff2');
}

@font-face {
	font-family: 'Source Sans';
	font-weight: bold;
	src: url('SourceSans3-Semibold.woff2') format('woff2');
}

@font-face {
	font-family: 'Source Sans';
	font-weight: bold;
	font-style: italic;
	src: url('SourceSans3-SemiboldIt.woff2') format('woff2');
}

@font-face {
	font-family: 'Source Serif';
	src: url('SourceSerif4-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Source Serif';
	font-style: italic;
	src: url('SourceSerif4-It.woff2') format('woff2');
}

@font-face {
	font-family: 'Source Serif';
	font-weight: bold;
	src: url('SourceSerif4-Semibold.woff2') format('woff2');
}

@font-face {
	font-family: 'Source Serif';
	font-weight: bold;
	font-style: italic;
	src: url('SourceSerif4-SemiboldIt.woff2') format('woff2');
}

@font-face {
	font-family: 'Source Serif SmText';
	src: url('SourceSerif4SmText-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Source Serif SmText';
	font-style: italic;
	src: url('SourceSerif4SmText-It.woff2') format('woff2');
}

@font-face {
	font-family: 'Source Serif SmText';
	font-weight: bold;
	src: url('SourceSerif4SmText-Semibold.woff2') format('woff2');
}

@font-face {
	font-family: 'Source Serif SmText';
	font-weight: bold;
	font-style: italic;
	src: url('SourceSerif4SmText-SemiboldIt.woff2') format('woff2');
}