// File: _jost.sass // Base font path @use '../.config' as config $font-path: '#{config.$base-path}/jost/static' @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-Regular.ttf') format('truetype') font-weight: normal font-style: normal @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-Bold.ttf') format('truetype') font-weight: bold font-style: normal @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-Italic.ttf') format('truetype') font-weight: normal font-style: italic @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-BoldItalic.ttf') format('truetype') font-weight: bold font-style: italic @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-Light.ttf') format('truetype') font-weight: 300 font-style: normal @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-LightItalic.ttf') format('truetype') font-weight: 300 font-style: italic @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-Medium.ttf') format('truetype') font-weight: 500 font-style: normal @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-MediumItalic.ttf') format('truetype') font-weight: 500 font-style: italic @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-SemiBold.ttf') format('truetype') font-weight: 600 font-style: normal @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-SemiBoldItalic.ttf') format('truetype') font-weight: 600 font-style: italic @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-ExtraBold.ttf') format('truetype') font-weight: 800 font-style: normal @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-ExtraBoldItalic.ttf') format('truetype') font-weight: 800 font-style: italic @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-Black.ttf') format('truetype') font-weight: 900 font-style: normal @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-BlackItalic.ttf') format('truetype') font-weight: 900 font-style: italic @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-Thin.ttf') format('truetype') font-weight: 100 font-style: normal @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-ThinItalic.ttf') format('truetype') font-weight: 100 font-style: italic @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-ExtraLight.ttf') format('truetype') font-weight: 200 font-style: normal @font-face font-family: 'Jost' src: url('#{$font-path}/Jost-ExtraLightItalic.ttf') format('truetype') font-weight: 200 font-style: italic