2024-11-30 23:19:51 +02:00
|
|
|
// File: _prompt.sass
|
|
|
|
|
|
2024-12-01 00:09:37 +02:00
|
|
|
// Base font path
|
|
|
|
|
@use '../.config' as config
|
2024-11-30 23:19:51 +02:00
|
|
|
$font-path: '#{config.$base-path}/prompt/static'
|
|
|
|
|
|
2024-11-27 02:08:59 +02:00
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
2024-11-30 23:19:51 +02:00
|
|
|
src: url('#{$font-path}/Prompt-Regular.ttf') format('truetype')
|
2024-11-27 02:08:59 +02:00
|
|
|
font-weight: normal
|
|
|
|
|
font-style: normal
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
2024-11-30 23:19:51 +02:00
|
|
|
src: url('#{$font-path}/Prompt-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: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-Italic.ttf') format('truetype')
|
|
|
|
|
font-weight: normal
|
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-BoldItalic.ttf') format('truetype')
|
|
|
|
|
font-weight: bold
|
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-Light.ttf') format('truetype')
|
|
|
|
|
font-weight: 300
|
|
|
|
|
font-style: normal
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-LightItalic.ttf') format('truetype')
|
|
|
|
|
font-weight: 300
|
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-Medium.ttf') format('truetype')
|
|
|
|
|
font-weight: 500
|
|
|
|
|
font-style: normal
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-MediumItalic.ttf') format('truetype')
|
|
|
|
|
font-weight: 500
|
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-SemiBold.ttf') format('truetype')
|
|
|
|
|
font-weight: 600
|
|
|
|
|
font-style: normal
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-SemiBoldItalic.ttf') format('truetype')
|
|
|
|
|
font-weight: 600
|
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-ExtraBold.ttf') format('truetype')
|
|
|
|
|
font-weight: 800
|
|
|
|
|
font-style: normal
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-ExtraBoldItalic.ttf') format('truetype')
|
|
|
|
|
font-weight: 800
|
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-Black.ttf') format('truetype')
|
|
|
|
|
font-weight: 900
|
|
|
|
|
font-style: normal
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-BlackItalic.ttf') format('truetype')
|
|
|
|
|
font-weight: 900
|
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-Thin.ttf') format('truetype')
|
|
|
|
|
font-weight: 100
|
|
|
|
|
font-style: normal
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-ThinItalic.ttf') format('truetype')
|
|
|
|
|
font-weight: 100
|
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-ExtraLight.ttf') format('truetype')
|
|
|
|
|
font-weight: 200
|
|
|
|
|
font-style: normal
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Prompt'
|
|
|
|
|
src: url('#{$font-path}/Prompt-ExtraLightItalic.ttf') format('truetype')
|
|
|
|
|
font-weight: 200
|
|
|
|
|
font-style: italic
|