From 80c8ddc09dcc0a9c6dc00a20a62ded9ebb1bcb43 Mon Sep 17 00:00:00 2001 From: neingeist Date: Mon, 25 Nov 2013 19:28:48 +0100 Subject: [PATCH] inline font css (to improve speed) --- font/stylesheet.css | 12 ------------ index.html | 12 +++++++++++- 2 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 font/stylesheet.css diff --git a/font/stylesheet.css b/font/stylesheet.css deleted file mode 100644 index fcf9728..0000000 --- a/font/stylesheet.css +++ /dev/null @@ -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; - -} - diff --git a/index.html b/index.html index 9ef96f9..7b9a8e4 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,7 @@