// File: _kanit.sass // Base font path @use '../.config' as config $font-path: '#{config.$base-path}/kanit/static' @font-face font-family: 'Kanit' src: url('#{$font-path}/Kanit-Regular.ttf') format('truetype') font-weight: normal font-style: normal @font-face font-family: 'Kanit' src: url('#{$font-path}/Kanit-Bold.ttf') format('truetype') font-weight: bold font-style: normal @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