Commit 4ac14cf2 by Scott

SnowFlat: rename fonts folder

parent 739ba5dc
...@@ -37,10 +37,17 @@ ...@@ -37,10 +37,17 @@
clear: both; clear: both;
} }
/*------[ web fonts ]------*/
@font-face { @font-face {
font-family: "fontello"; font-family: "fontello";
src: url("font/fontello.eot?2559038") format("embedded-opentype"), url("font/fontello.eot?2559038#iefix") format("embedded-opentype"), url("font/fontello.woff?2559038") format("woff"), url("font/fontello.ttf?2559038") format("truetype"), url("font/fontello.svg?2559038#fontello") format("svg"); src: url("fonts/fontello.eot?2559038") format("embedded-opentype"),
url("fonts/fontello.eot?2559038#iefix") format("embedded-opentype"),
url("fonts/fontello.woff?2559038") format("woff"),
url("fonts/fontello.ttf?2559038") format("truetype"),
url("fonts/fontello.svg?2559038#fontello") format("svg");
} }
/*------[ base css ]------*/ /*------[ base css ]------*/
html { html {
font-size: 16px; font-size: 16px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment