blob: c0383b1260c10fc9719e104f6017f5f95121747a (
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
|
@font-face {
font-family: 'Roboto';
font-display: swap;
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-display: swap;
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-display: swap;
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-display: swap;
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');
}
|