forked from crosswalk-project/crosswalk-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
font.css
executable file
·52 lines (47 loc) · 1.96 KB
/
font.css
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
@font-face{
font-family: ClearSans-Regular;
src: url("fonts/ClearSans-Regular.ttf") format("truetype");
src: url("fonts/ClearSans-Regular.eot") format("embedded-opentype");
src: url("fonts/ClearSans-Regular.svg") format("svg");
src: url("fonts/ClearSans-Regular.woff") format("woff");
font-weight: normal;
}
@font-face {
font-family: ClearSans-Medium;
src: url("fonts/ClearSans-Medium.ttf") format("truetype");
src: url("fonts/ClearSans-Medium.eot") format("embedded-opentype");
src: url("fonts/ClearSans-Medium.svg") format("svg");
src: url("fonts/ClearSans-Medium.woff") format("woff");
font-weight: normal;
}
@font-face{
font-family:ClearSans-Bold;
src: url("fonts/ClearSans-Bold.ttf") format("truetype");
src: url("fonts/ClearSans-Bold.eot") format("embedded-opentype");
src: url("fonts/ClearSans-Bold.svg") format("svg");
src: url("fonts/ClearSans-Bold.woff") format("woff");
font-weight: normal;
}
@font-face{
font-family: ClearSans-Italic;
src: url("fonts/ClearSans-Italic.ttf") format("truetype");
src: url("fonts/ClearSans-Italic.eot") format("embedded-opentype");
src: url("fonts/ClearSans-Italic.svg") format("svg");
src: url("fonts/ClearSans-Italic.woff") format("woff");
font-weight: normal;
}
@font-face {
font-family: ClearSans-MediumItalic;
src: url("fonts/ClearSans-MediumItalic.ttf") format("truetype");
src: url("fonts/ClearSans-MediumItalic.eot") format("embedded-opentype");
src: url("fonts/ClearSans-MediumItalic.svg") format("svg");
src: url("fonts/ClearSans-MediumItalic.woff") format("woff");
font-weight: normal;
}
@font-face{font-family:ClearSans-BoldItalic;
src:url("fonts/ClearSans-BoldItalic.ttf") format("truetype");
src:url("fonts/ClearSans-BoldItalic.eot") format("embedded-opentype");
src:url("fonts/ClearSans-BoldItalic.svg") format("svg");
src:url("fonts/ClearSans-BoldItalic.woff") format("woff");
font-weight:normal;
}