Serve more fonts locally

This commit is contained in:
Roberto Rosario
2015-07-01 02:33:29 -04:00
parent 5229635026
commit 48a4e95cf0
14 changed files with 12646 additions and 14 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 231 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 226 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 244 KiB

@@ -25,20 +25,58 @@
<style type="text/css">
@font-face {
font-family: 'IM Fell English SC';
font-style: normal;
font-weight: normal;
src:
local('IM FELL English SC'),
local('IM_FELL_English_SC'),
url('{% static "appearance/fonts/IM_Fell_English_SC.eot?#iefix" %}') format('embedded-opentype'),
url('{% static "appearance/fonts/IM_Fell_English_SC.woff" %}') format('woff'),
url('{% static "appearance/fonts/IM_Fell_English_SC.svg#IMFellEnglishSC" %}') format('svg'),
url('{% static "appearance/fonts/IM_Fell_English_SC.ttf" %}') format('truetype');
font-family: 'IM Fell English SC';
font-style: normal;
font-weight: normal;
src:
local('IM FELL English SC'),
local('IM_FELL_English_SC'),
url('{% static "appearance/fonts/IM_Fell_English_SC.eot?#iefix" %}') format('embedded-opentype'),
url('{% static "appearance/fonts/IM_Fell_English_SC.woff" %}') format('woff'),
url('{% static "appearance/fonts/IM_Fell_English_SC.svg#IMFellEnglishSC" %}') format('svg'),
url('{% static "appearance/fonts/IM_Fell_English_SC.ttf" %}') format('truetype');
}
/* Flatly fonts */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src:
local('Lato Regular'),
local('Lato-Regular'),
url('{% static "appearance/fonts/Lato_400.eot?#iefix" %}') format('embedded-opentype'),
url('{% static "appearance/fonts/Lato_400.woff" %}') format('woff'),
url('{% static "appearance/fonts/Lato_400.svg#Lato" %}') format('svg'),
url('{% static "appearance/fonts/Lato_400.ttf" %}') format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src:
local('Lato Bold'),
local('Lato-Bold'),
url('{% static "appearance/fonts/Lato_700.eot?#iefix" %}') format('embedded-opentype'),
url('{% static "appearance/fonts/Lato_700.woff" %}') format('woff'),
url('{% static "appearance/fonts/Lato_700.svg#Lato" %}') format('svg'),
url('{% static "appearance/fonts/Lato_700.ttf" %}') format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
src:
local('Lato Italic'),
local('Lato-Italic'),
url('{% static "appearance/fonts/Lato_400italic.eot?#iefix" %}') format('embedded-opentype'),
url('{% static "appearance/fonts/Lato_400italic.woff" %}') format('woff'),
url('{% static "appearance/fonts/Lato_400italic.svg#Lato" %}') format('svg'),
url('{% static "appearance/fonts/Lato_400italic.ttf" %}') format('truetype');
}
body {
padding-top: 70px;
padding-top: 70px;
}
.navbar-brand {