From 3ccf9a39e002e1496635159f7105a8f4e9389194 Mon Sep 17 00:00:00 2001 From: Owen Versteeg Date: Mon, 6 Aug 2012 17:04:25 -0300 Subject: added more font-face support this way, more browsers are supported, like older Opera/Chrome/FF--- css/main.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index 12cec0a..d0b199c 100644 --- a/css/main.css +++ b/css/main.css @@ -11,10 +11,15 @@ *********************************************/ @font-face { - font-family: 'League Gothic'; - src: url('../lib/font/league_gothic-webfont.eot'); - src: url('../lib/font/league_gothic-webfont.eot?#iefix') format('embedded-opentype'), - url('../lib/font/league_gothic-webfont.ttf') format('truetype'); + font-family: 'League Gothic'; + src: url('../lib/font/league_gothic-webfont-webfont.eot'); + src: url('../lib/font/league_gothic-webfont-webfont.eot?#iefix') format('embedded-opentype'), + url('../lib/font/league_gothic-webfont-webfont.woff') format('woff'), + url('../lib/font/league_gothic-webfont-webfont.ttf') format('truetype'), + url('../lib/font/league_gothic-webfont-webfont.svg#LeagueGothicRegular') format('svg'); + font-weight: normal; + font-style: normal; + font-weight: normal; font-style: normal; } -- cgit v1.2.3 From c7d4998483891f3978641fc6e22c66e5c41d58f4 Mon Sep 17 00:00:00 2001 From: Owen Versteeg Date: Mon, 6 Aug 2012 21:53:49 -0400 Subject: added the actual files now: eot, svg, ttf, woff --- lib/font/league_gothic-webfont-webfont.eot | Bin 0 -> 18494 bytes lib/font/league_gothic-webfont-webfont.svg | 230 ++++++++++++++++++++++++++++ lib/font/league_gothic-webfont-webfont.ttf | Bin 0 -> 39508 bytes lib/font/league_gothic-webfont-webfont.woff | Bin 0 -> 21288 bytes 4 files changed, 230 insertions(+) create mode 100644 lib/font/league_gothic-webfont-webfont.eot create mode 100644 lib/font/league_gothic-webfont-webfont.svg create mode 100644 lib/font/league_gothic-webfont-webfont.ttf create mode 100644 lib/font/league_gothic-webfont-webfont.woff diff --git a/lib/font/league_gothic-webfont-webfont.eot b/lib/font/league_gothic-webfont-webfont.eot new file mode 100644 index 0000000..ff76c71 Binary files /dev/null and b/lib/font/league_gothic-webfont-webfont.eot differ diff --git a/lib/font/league_gothic-webfont-webfont.svg b/lib/font/league_gothic-webfont-webfont.svg new file mode 100644 index 0000000..201cfe1 --- /dev/null +++ b/lib/font/league_gothic-webfont-webfont.svg @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/lib/font/league_gothic-webfont-webfont.ttf b/lib/font/league_gothic-webfont-webfont.ttf new file mode 100644 index 0000000..80a3799 Binary files /dev/null and b/lib/font/league_gothic-webfont-webfont.ttf differ diff --git a/lib/font/league_gothic-webfont-webfont.woff b/lib/font/league_gothic-webfont-webfont.woff new file mode 100644 index 0000000..71117fb Binary files /dev/null and b/lib/font/league_gothic-webfont-webfont.woff differ -- cgit v1.2.3