fmartingr.com/static/sass/_fonts.sass
Felipe Martin 876b7074d2
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
2020-01-19 22:58:09 +01:00

27 lines
885 B
Sass

@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