blob: 57c9c9bf25db383987d9848cf71a341c781b3b9b (
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
|
@font-face {
font-family: "lato";
font-style: normal;
font-stretch: normal;
font-weight: 400;
src: url("../fonts/LatoLatin-Regular.woff") format("woff");
}
@font-face {
font-family: "lato";
font-style: italic;
font-stretch: normal;
font-weight: 400;
src: url("../fonts/LatoLatin-Italic.woff") format("woff");
}
@font-face {
font-family: "lato";
font-style: normal;
font-stretch: normal;
font-weight: 700;
src: url("../fonts/LatoLatin-Bold.woff") format("woff");
}
@font-face {
font-family: "lato";
font-style: italic;
font-stretch: normal;
font-weight: 700;
src: url("../fonts/LatoLatin-BoldItalic.woff") format("woff");
}
@font-face {
font-family: "spectral";
font-style: normal;
font-stretch: normal;
font-weight: 400;
src: url("../fonts/Spectral-Regular.woff") format("woff");
}
@font-face {
font-family: "spectral";
font-style: italic;
font-stretch: normal;
font-weight: 400;
src: url("../fonts/Spectral-Italic.woff") format("woff");
}
@font-face {
font-family: "spectral";
font-style: normal;
font-stretch: normal;
font-weight: 700;
src: url("../fonts/Spectral-Bold.woff") format("woff");
}
@font-face {
font-family: "spectral";
font-style: italic;
font-stretch: normal;
font-weight: 700;
src: url("../fonts/Spectral-BoldItalic.woff") format("woff");
}
|