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:
parent
19827c81d1
commit
876b7074d2
12 changed files with 30 additions and 4 deletions
27
static/sass/_fonts.sass
Normal file
27
static/sass/_fonts.sass
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue