diff options
author | Chris Lawrence | 2015-10-02 20:47:19 -0400 |
---|---|---|
committer | Chris Lawrence | 2015-10-02 20:47:19 -0400 |
commit | 69104e8e04c14ac91d396a41e0c05351ec2a96bf (patch) | |
tree | b95b95b20746a2a4d93fec64c4c4b10e6be85123 /css/theme/source/moon.scss | |
parent | 54082a8d76e8c12bb5b424f7ff21644632f054aa (diff) | |
parent | 01c55d4cf6ff60772be8a86320c4a5bcd7719a05 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'css/theme/source/moon.scss')
-rw-r--r-- | css/theme/source/moon.scss | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/css/theme/source/moon.scss b/css/theme/source/moon.scss index a722adc..e47e5b5 100644 --- a/css/theme/source/moon.scss +++ b/css/theme/source/moon.scss @@ -12,18 +12,7 @@ // Include theme-specific fonts -@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'); - - font-weight: normal; - font-style: normal; -} - +@import url(../../lib/font/league-gothic/league-gothic.css); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /** |