add LibreFranklin font-family

This commit is contained in:
Sérgio Ramos 2017-01-08 22:11:55 +00:00
parent 6e7b83b82f
commit b66d32f33d
2 changed files with 13 additions and 6 deletions

View File

@ -13,12 +13,19 @@ const {
} = Styled;
module.exports = styled.div`
font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #373A3C;
background-color: #FFFFFF;
@font-face {
font-family: 'LibreFranklin';
src: url('../../shared/fonts/LibreFranklin.ttf') format('truetype')
}
& * {
font-family: 'LibreFranklin', -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #373A3C;
background-color: #FFFFFF;
}
/**************************************************************************
* NORMALIZE.CSS *

Binary file not shown.