Removed external fonts

* Added andada font server from the site
* Removed fork-awesome (not in use anymore)
* Some UI fixes to adapt small text to the new font
This commit is contained in:
Felipe M 2020-01-19 22:53:16 +01:00
parent 19827c81d1
commit 876b7074d2
Signed by: fmartingr
GPG key ID: 716BC147715E716F
12 changed files with 30 additions and 4 deletions

27
static/sass/_fonts.sass Normal file
View file

@ -0,0 +1,27 @@
@font-face
font-family: 'andada'
src: url('../fonts/andada-regular-webfont.woff2') format('woff2')
src: url('../fonts/andada-regular-webfont.woff') format('woff')
font-weight: normal
font-style: normal
@font-face
font-family: 'andada'
src: url('../fonts/andada-bold-webfont.woff2') format('woff2')
src: url('../fonts/andada-bold-webfont.woff') format('woff')
font-weight: bold
font-style: normal
@font-face
font-family: 'andada'
src: url('../fonts/andada-bolditalic-webfont.woff2') format('woff2')
src: url('../fonts/andada-bolditalic-webfont.woff') format('woff')
font-weight: bold
font-style: italic
@font-face
font-family: 'andada'
src: url('../fonts/andada-italic-webfont.woff2') format('woff2')
src: url('../fonts/andada-italic-webfont.woff') format('woff')
font-weight: normal
font-style: italic