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

57 lines
1.2 KiB
Sass
Raw Permalink Normal View History

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