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