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

114 lines
2.6 KiB
Sass
Raw Normal View History

2024-11-30 23:19:51 +02:00
// File: _jost.sass
// Base font path
@use '../.config' as config
$font-path: '#{config.$base-path}/jost/static'
2024-11-27 02:08:59 +02:00
@font-face
font-family: 'Jost'
2024-11-30 23:19:51 +02:00
src: url('#{$font-path}/Jost-Regular.ttf') format('truetype')
2024-11-27 02:08:59 +02:00
font-weight: normal
font-style: normal
@font-face
font-family: 'Jost'
2024-11-30 23:19:51 +02:00
src: url('#{$font-path}/Jost-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: '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