Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mamayaya1
GitHub Repository: mamayaya1/game
Path: blob/main/projects/1/style/fonts/clear-sans.css
4627 views
1
@font-face {
2
font-family: "Clear Sans";
3
src: url("ClearSans-Light-webfont.eot");
4
src: url("ClearSans-Light-webfont.eot?#iefix") format("embedded-opentype"),
5
url("ClearSans-Light-webfont.svg#clear_sans_lightregular") format("svg"),
6
url("ClearSans-Light-webfont.woff") format("woff");
7
font-weight: 200;
8
font-style: normal;
9
}
10
11
@font-face {
12
font-family: "Clear Sans";
13
src: url("ClearSans-Regular-webfont.eot");
14
src: url("ClearSans-Regular-webfont.eot?#iefix") format("embedded-opentype"),
15
url("ClearSans-Regular-webfont.svg#clear_sansregular") format("svg"),
16
url("ClearSans-Regular-webfont.woff") format("woff");
17
font-weight: normal;
18
font-style: normal;
19
}
20
21
@font-face {
22
font-family: "Clear Sans";
23
src: url("ClearSans-Bold-webfont.eot");
24
src: url("ClearSans-Bold-webfont.eot?#iefix") format("embedded-opentype"),
25
url("ClearSans-Bold-webfont.svg#clear_sansbold") format("svg"),
26
url("ClearSans-Bold-webfont.woff") format("woff");
27
font-weight: 700;
28
font-style: normal;
29
}
30
31