Serve more fonts locally
This commit is contained in:
File diff suppressed because one or more lines are too long
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_400.eot
Normal file
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_400.eot
Normal file
Binary file not shown.
4148
mayan/apps/appearance/static/appearance/fonts/Lato_400.svg
Normal file
4148
mayan/apps/appearance/static/appearance/fonts/Lato_400.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 231 KiB |
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_400.ttf
Normal file
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_400.ttf
Normal file
Binary file not shown.
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_400.woff
Normal file
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_400.woff
Normal file
Binary file not shown.
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_400italic.eot
Normal file
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_400italic.eot
Normal file
Binary file not shown.
3985
mayan/apps/appearance/static/appearance/fonts/Lato_400italic.svg
Normal file
3985
mayan/apps/appearance/static/appearance/fonts/Lato_400italic.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 226 KiB |
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_400italic.ttf
Normal file
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_400italic.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_700.eot
Normal file
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_700.eot
Normal file
Binary file not shown.
4457
mayan/apps/appearance/static/appearance/fonts/Lato_700.svg
Normal file
4457
mayan/apps/appearance/static/appearance/fonts/Lato_700.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 244 KiB |
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_700.ttf
Normal file
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_700.ttf
Normal file
Binary file not shown.
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_700.woff
Normal file
BIN
mayan/apps/appearance/static/appearance/fonts/Lato_700.woff
Normal file
Binary file not shown.
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user