13 lines
322 B
Sass
13 lines
322 B
Sass
@font-face
|
|
font-family: 'Jost'
|
|
src: url('../fonts/jost/static/Jost-Regular.ttf') format('truetype')
|
|
font-weight: normal
|
|
font-style: normal
|
|
|
|
@font-face
|
|
font-family: 'Jost'
|
|
src: url('../fonts/jost/static/Jost-Bold.ttf') format('truetype')
|
|
font-weight: bold
|
|
font-style: normal
|
|
|
|
// Add other weights as needed
|