blob: 78254868d0658c29c9f8940bb096b3b632150e82 (
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
|
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
src:
local("Roboto Regular"),
local("Roboto-Regular"),
url(~typeface-roboto/files/roboto-latin-400.woff2) format("woff2"),
url(~typeface-roboto/files/roboto-latin-400.woff) format("woff");
}
@font-face {
font-family: "Roboto";
font-style: italic;
font-weight: 400;
src:
local("Roboto Italic"),
local("Roboto-Italic"),
url(~typeface-roboto/files/roboto-latin-400italic.woff2) format("woff2"),
url(~typeface-roboto/files/roboto-latin-400italic.woff) format("woff");
}
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 500;
src:
local("Roboto Medium"),
local("Roboto-Medium"),
url(~typeface-roboto/files/roboto-latin-500.woff2) format("woff2"),
url(~typeface-roboto/files/roboto-latin-500.woff) format("woff");
}
@font-face {
font-family: "Roboto";
font-style: italic;
font-weight: 500;
src:
local("Roboto Medium Italic"),
local("Roboto-MediumItalic"),
url(~typeface-roboto/files/roboto-latin-500italic.woff2) format("woff2"),
url(~typeface-roboto/files/roboto-latin-500italic.woff) format("woff");
}
|