30 lines
704 B
Stylus
30 lines
704 B
Stylus
|
|
@font-face
|
||
|
|
font-family: 'Roboto'
|
||
|
|
src: url(/lib/fonts/roboto/Roboto-Light.ttf) format('truetype')
|
||
|
|
font-weight normal
|
||
|
|
font-style 100
|
||
|
|
|
||
|
|
@font-face
|
||
|
|
font-family: 'Roboto'
|
||
|
|
src: url(/lib/fonts/roboto/Roboto-Regular.ttf) format('truetype')
|
||
|
|
font-weight normal
|
||
|
|
font-style normal
|
||
|
|
|
||
|
|
@font-face
|
||
|
|
font-family: 'Roboto'
|
||
|
|
src: url(/lib/fonts/roboto/Roboto-Medium.ttf) format('truetype')
|
||
|
|
font-weight 600
|
||
|
|
font-style normal
|
||
|
|
|
||
|
|
@font-face
|
||
|
|
font-family: 'Roboto'
|
||
|
|
src: url(/lib/fonts/roboto/Roboto-Bold.ttf) format('truetype')
|
||
|
|
font-weight 700
|
||
|
|
font-style normal
|
||
|
|
|
||
|
|
@font-face
|
||
|
|
font-family: 'Roboto'
|
||
|
|
src: url(/lib/fonts/roboto/Roboto-Black.ttf) format('truetype')
|
||
|
|
font-weight 900
|
||
|
|
font-style normal
|