media-facebook/_share/media/sass/_fonts/_lora.sass
2024-11-29 05:38:56 +02:00

27 lines
647 B
Sass

// File: _lora.sass
@font-face
font-family: 'Lora'
src: url('../fonts/lora/static/Lora-Regular.ttf') format('truetype')
font-weight: normal
font-style: normal
@font-face
font-family: 'Lora'
src: url('../fonts/lora/static/Lora-Bold.ttf') format('truetype')
font-weight: bold
font-style: normal
@font-face
font-family: 'Lora'
src: url('../fonts/lora/static/Lora-Italic.ttf') format('truetype')
font-weight: normal
font-style: italic
@font-face
font-family: 'Lora'
src: url('../fonts/lora/static/Lora-BoldItalic.ttf') format('truetype')
font-weight: bold
font-style: italic
// Add more weights and styles if need