27 lines
647 B
Sass
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
|