summaryrefslogtreecommitdiff
path: root/font.css
blob: 9d15c152599c6038d99f83774258d9fae1a5dcf0 (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
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src:
		local('Roboto'),
		local('Roboto-Regular'),
		url('fonts/Roboto_400.woff?v=1') format('woff'),
		url('fonts/Roboto_400.woff2?v=1') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src:
		local('Roboto Medium'),
		local('Roboto-Medium'),
		url('fonts/Roboto_500.woff?v=1') format('woff'),
		url('fonts/Roboto_500.woff2?v=1') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src:
		local('Roboto Bold'),
		local('Roboto-Bold'),
		url('fonts/Roboto_700.woff?v=1') format('woff'),
		url('fonts/Roboto_700.woff2?v=1') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src:
		local('Roboto Italic'),
		local('Roboto-Italic'),
		url('fonts/Roboto_400italic.woff?v=1') format('woff'),
		url('fonts/Roboto_400italic.woff2?v=1') format('woff2');
}