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