org-media-sass/font-library/_kanit.sass

114 lines
2.6 KiB
Sass
Raw Permalink Normal View History

2024-11-30 23:19:51 +02:00
// File: _kanit.sass
// Base font path
@use '../.config' as config
$font-path: '#{config.$base-path}/kanit/static'
2024-11-27 02:08:59 +02:00
@font-face
font-family: 'Kanit'
2024-11-30 23:19:51 +02:00
src: url('#{$font-path}/Kanit-Regular.ttf') format('truetype')
2024-11-27 02:08:59 +02:00
font-weight: normal
font-style: normal
@font-face
font-family: 'Kanit'
2024-11-30 23:19:51 +02:00
src: url('#{$font-path}/Kanit-Bold.ttf') format('truetype')
2024-11-27 02:08:59 +02:00
font-weight: bold
font-style: normal
2024-11-30 23:19:51 +02:00
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-Italic.ttf') format('truetype')
font-weight: normal
font-style: italic
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-BoldItalic.ttf') format('truetype')
font-weight: bold
font-style: italic
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-Light.ttf') format('truetype')
font-weight: 300
font-style: normal
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-LightItalic.ttf') format('truetype')
font-weight: 300
font-style: italic
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-Medium.ttf') format('truetype')
font-weight: 500
font-style: normal
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-MediumItalic.ttf') format('truetype')
font-weight: 500
font-style: italic
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-SemiBold.ttf') format('truetype')
font-weight: 600
font-style: normal
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-SemiBoldItalic.ttf') format('truetype')
font-weight: 600
font-style: italic
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-ExtraBold.ttf') format('truetype')
font-weight: 800
font-style: normal
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-ExtraBoldItalic.ttf') format('truetype')
font-weight: 800
font-style: italic
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-Black.ttf') format('truetype')
font-weight: 900
font-style: normal
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-BlackItalic.ttf') format('truetype')
font-weight: 900
font-style: italic
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-Thin.ttf') format('truetype')
font-weight: 100
font-style: normal
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-ThinItalic.ttf') format('truetype')
font-weight: 100
font-style: italic
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-ExtraLight.ttf') format('truetype')
font-weight: 200
font-style: normal
@font-face
font-family: 'Kanit'
src: url('#{$font-path}/Kanit-ExtraLightItalic.ttf') format('truetype')
font-weight: 200
font-style: italic