Archived
1
0
Fork 0

inline font css (to improve speed)

This commit is contained in:
neingeist 2013-11-25 19:28:48 +01:00
parent 083555aeab
commit 80c8ddc09d
2 changed files with 11 additions and 13 deletions

View file

@ -1,12 +0,0 @@
@font-face {
font-family: 'silkscreennormal';
src: url('slkscr-webfont.eot');
src: url('slkscr-webfont.eot?#iefix') format('embedded-opentype'),
url('slkscr-webfont.woff') format('woff'),
url('slkscr-webfont.ttf') format('truetype'),
url('slkscr-webfont.svg#silkscreennormal') format('svg');
font-weight: normal;
font-style: normal;
}