blob: cecd46c1715d8ee0ad52333b8e50487b61b7f8e6 (
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
|
@font-face {
font-family: ace;
src: url( /wcms/fonts/ace.woff2);
}
@font-face {
font-family: droidsans;
src: url( /wcms/fonts/droidsans.woff2);
}
@font-face {
font-family: hack-italic;
src: url( /wcms/fonts/hack-italic.woff2);
}
@font-face {
font-family: lato-regular;
src: url( /wcms/fonts/lato-regular.woff2);
}
@font-face {
font-family: lobster;
src: url( /wcms/fonts/lobster.ttf);
}
@font-face {
font-family: merriweather-regular;
src: url( /wcms/fonts/merriweather-regular.woff2);
}
@font-face {
font-family: plex;
src: url( /wcms/fonts/plex.ttf);
}
@font-face {
font-family: plexl;
src: url( /wcms/fonts/plexl.woff2);
}
@font-face {
font-family: roboto;
src: url( /wcms/fonts/roboto.ttf);
}
@font-face {
font-family: salve;
src: url( /wcms/fonts/salve.woff2);
}
@font-face {
font-family: spicy;
src: url( /wcms/fonts/spicy.ttf);
}
@font-face {
font-family: weather;
src: url( /wcms/fonts/weather.woff2);
}
|