- Separate stylus file for font definition - Fonts become part of the regular asset management Change-Id: I5bc6ed28db4ecf23af3a6ac63b778276a0ac4fedchanges/78/24078/6
parent
8c4375583c
commit
5998565369
@ -0,0 +1,29 @@
|
||||
@font-face
|
||||
font-family Muli
|
||||
font-weight normal
|
||||
src: url('custom-fonts/Muli-Regular.ttf')
|
||||
|
||||
@font-face
|
||||
font-family Muli
|
||||
font-weight 100
|
||||
src url('custom-fonts/Muli-Light.ttf')
|
||||
|
||||
@font-face
|
||||
font-family Muli
|
||||
font-weight 300
|
||||
src url('custom-fonts/Muli-Light.ttf')
|
||||
|
||||
@font-face
|
||||
font-family Muli
|
||||
font-weight 400
|
||||
src url('custom-fonts/Muli-Regular.ttf')
|
||||
|
||||
@font-face
|
||||
font-family Muli
|
||||
font-weight 500
|
||||
src url('custom-fonts/Muli-Regular.ttf')
|
||||
|
||||
@font-face
|
||||
font-family Muli
|
||||
font-weight 700
|
||||
src url('custom-fonts/Muli-Bold.ttf')
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue