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

56 lines
1.2 KiB
Sass

// File: _lora.sass
@use '../.config' as config
$font-path: '#{config.$base-path}/lora'
// Regular
@font-face
font-family: 'Lora'
src: url('#{$font-path}/Lora-Regular.ttf') format('truetype')
font-weight: normal
font-style: normal
@font-face
font-family: 'Lora'
src: url('#{$font-path}/Lora-Italic.ttf') format('truetype')
font-weight: normal
font-style: italic
// Bold
@font-face
font-family: 'Lora'
src: url('#{$font-path}/Lora-Bold.ttf') format('truetype')
font-weight: bold
font-style: normal
@font-face
font-family: 'Lora'
src: url('#{$font-path}/Lora-BoldItalic.ttf') format('truetype')
font-weight: bold
font-style: italic
// Medium
@font-face
font-family: 'Lora'
src: url('#{$font-path}/Lora-Medium.ttf') format('truetype')
font-weight: 500
font-style: normal
@font-face
font-family: 'Lora'
src: url('#{$font-path}/Lora-MediumItalic.ttf') format('truetype')
font-weight: 500
font-style: italic
// SemiBold
@font-face
font-family: 'Lora'
src: url('#{$font-path}/Lora-SemiBold.ttf') format('truetype')
font-weight: 600
font-style: normal
@font-face
font-family: 'Lora'
src: url('#{$font-path}/Lora-SemiBoldItalic.ttf') format('truetype')
font-weight: 600
font-style: italic