-
Notifications
You must be signed in to change notification settings - Fork 115
/
Copy pathfonts.css
29 lines (27 loc) · 1.12 KB
/
fonts.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
@font-face {
font-family: "Clear Sans";
src: url("fonts/ClearSans-Light-webfont.eot");
src: url("fonts/ClearSans-Light-webfont.eot?#iefix") format("embedded-opentype"),
url("fonts/ClearSans-Light-webfont.svg#clear_sans_lightregular") format("svg"),
url("fonts/ClearSans-Light-webfont.woff") format("woff");
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: "Clear Sans";
src: url("fonts/ClearSans-Regular-webfont.eot");
src: url("fonts/ClearSans-Regular-webfont.eot?#iefix") format("embedded-opentype"),
url("fonts/ClearSans-Regular-webfont.svg#clear_sansregular") format("svg"),
url("fonts/ClearSans-Regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Clear Sans";
src: url("fonts/ClearSans-Bold-webfont.eot");
src: url("fonts/ClearSans-Bold-webfont.eot?#iefix") format("embedded-opentype"),
url("fonts/ClearSans-Bold-webfont.svg#clear_sansbold") format("svg"),
url("fonts/ClearSans-Bold-webfont.woff") format("woff");
font-weight: 700;
font-style: normal;
}