mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 15:16:18 +00:00
forgot that 4 of them were git repos :skull
This commit is contained in:
30
games/2048/style/fonts/clear-sans.css
Executable file
30
games/2048/style/fonts/clear-sans.css
Executable file
@@ -0,0 +1,30 @@
|
||||
@font-face {
|
||||
font-family: "Clear Sans";
|
||||
src: url("ClearSans-Light-webfont.eot");
|
||||
src: url("ClearSans-Light-webfont.eot?#iefix") format("embedded-opentype"),
|
||||
url("ClearSans-Light-webfont.svg#clear_sans_lightregular") format("svg"),
|
||||
url("ClearSans-Light-webfont.woff") format("woff");
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Clear Sans";
|
||||
src: url("ClearSans-Regular-webfont.eot");
|
||||
src: url("ClearSans-Regular-webfont.eot?#iefix") format("embedded-opentype"),
|
||||
url("ClearSans-Regular-webfont.svg#clear_sansregular") format("svg"),
|
||||
url("ClearSans-Regular-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Clear Sans";
|
||||
src: url("ClearSans-Bold-webfont.eot");
|
||||
src: url("ClearSans-Bold-webfont.eot?#iefix") format("embedded-opentype"),
|
||||
url("ClearSans-Bold-webfont.svg#clear_sansbold") format("svg"),
|
||||
url("ClearSans-Bold-webfont.woff") format("woff");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user