aboutsummaryrefslogtreecommitdiff
path: root/css/theme
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-01-06 12:22:05 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-01-06 12:22:05 +0100
commitdbcb44c298aa276af144efc17347afc88c127ff9 (patch)
tree1cde226e9d46a9976a48daef0dadcb92647b0b54 /css/theme
parent16d4ce649754f4b9d136bc76391956f35ce36b03 (diff)
downloadfreenode-live-2017-presentation-dbcb44c298aa276af144efc17347afc88c127ff9.tar
freenode-live-2017-presentation-dbcb44c298aa276af144efc17347afc88c127ff9.tar.gz
dont subset league glyphs #989
Diffstat (limited to 'css/theme')
-rw-r--r--css/theme/league.css2
-rw-r--r--css/theme/source/league.scss3
2 files changed, 2 insertions, 3 deletions
diff --git a/css/theme/league.css b/css/theme/league.css
index 4f44103..2e8abc7 100644
--- a/css/theme/league.css
+++ b/css/theme/league.css
@@ -9,7 +9,7 @@
@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.woff') format('woff'), url('../../lib/font/league_gothic-webfont.ttf') format('truetype'), url('../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
+ src: url('../../lib/font/league_gothic-webfont.eot?#iefix') format('embedded-opentype'), url('../../lib/font/league_gothic-webfont.woff') format('woff'), url('../../lib/font/league_gothic-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal; }
diff --git a/css/theme/source/league.scss b/css/theme/source/league.scss
index a21ef3c..3b9d733 100644
--- a/css/theme/source/league.scss
+++ b/css/theme/source/league.scss
@@ -20,8 +20,7 @@
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.woff') format('woff'),
- url('../../lib/font/league_gothic-webfont.ttf') format('truetype'),
- url('../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
+ url('../../lib/font/league_gothic-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;