14 lines
350 B
Sass
14 lines
350 B
Sass
|
|
@font-face
|
||
|
|
font-family: 'Work Sans'
|
||
|
|
src: url('../fonts/work-sans/static/WorkSans-Regular.ttf') format('truetype')
|
||
|
|
font-weight: normal
|
||
|
|
font-style: normal
|
||
|
|
|
||
|
|
@font-face
|
||
|
|
font-family: 'Work Sans'
|
||
|
|
src: url('../fonts/work-sans/static/WorkSans-Bold.ttf') format('truetype')
|
||
|
|
font-weight: bold
|
||
|
|
font-style: normal
|
||
|
|
|
||
|
|
// Add other weights as needed
|