Support Google Font dependencies

Allow downloading fonts from Google Font at install time.
Closes GitLab issue #595, thanks to Martin (@efelon) for the
report. Closes re-opened GitLab issue #343.
Remove included Lato font.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-06-08 17:36:58 -04:00
parent db5511127d
commit 2fcb36c568
22 changed files with 224 additions and 12637 deletions

View File

@@ -11,44 +11,6 @@
url('../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('../fonts/Lato_400.eot?#iefix') format('embedded-opentype'),
url('../fonts/Lato_400.woff') format('woff'),
url('../fonts/Lato_400.svg#Lato') format('svg'),
url('../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('../fonts/Lato_700.eot?#iefix') format('embedded-opentype'),
url('../fonts/Lato_700.woff') format('woff'),
url('../fonts/Lato_700.svg#Lato') format('svg'),
url('../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('../fonts/Lato_400italic.eot?#iefix') format('embedded-opentype'),
url('../fonts/Lato_400italic.woff') format('woff'),
url('../fonts/Lato_400italic.svg#Lato') format('svg'),
url('../fonts/Lato_400italic.ttf') format('truetype');
}
body {
padding-top: 70px;
}

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 231 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 226 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 244 KiB