61 lines
1.4 KiB
Sass
61 lines
1.4 KiB
Sass
// File: _roboto-slab.sass
|
|
|
|
// Base font path
|
|
@use '../.config' as config
|
|
$font-path: '#{config.$base-path}/roboto-slab/static'
|
|
|
|
@font-face
|
|
font-family: 'Roboto-Slab'
|
|
src: url('#{$font-path}/RobotoSlab-Thin.ttf') format('truetype')
|
|
font-weight: 100
|
|
font-style: normal
|
|
|
|
@font-face
|
|
font-family: 'Roboto-Slab'
|
|
src: url('#{$font-path}/RobotoSlab-ExtraLight.ttf') format('truetype')
|
|
font-weight: 200
|
|
font-style: normal
|
|
|
|
@font-face
|
|
font-family: 'Roboto-Slab'
|
|
src: url('#{$font-path}/RobotoSlab-Light.ttf') format('truetype')
|
|
font-weight: 300
|
|
font-style: normal
|
|
|
|
@font-face
|
|
font-family: 'Roboto-Slab'
|
|
src: url('#{$font-path}/RobotoSlab-Regular.ttf') format('truetype')
|
|
font-weight: 400
|
|
font-style: normal
|
|
|
|
@font-face
|
|
font-family: 'Roboto-Slab'
|
|
src: url('#{$font-path}/RobotoSlab-Medium.ttf') format('truetype')
|
|
font-weight: 500
|
|
font-style: normal
|
|
|
|
@font-face
|
|
font-family: 'Roboto-Slab'
|
|
src: url('#{$font-path}/RobotoSlab-SemiBold.ttf') format('truetype')
|
|
font-weight: 600
|
|
font-style: normal
|
|
|
|
@font-face
|
|
font-family: 'Roboto-Slab'
|
|
src: url('#{$font-path}/RobotoSlab-Bold.ttf') format('truetype')
|
|
font-weight: 700
|
|
font-style: normal
|
|
|
|
@font-face
|
|
font-family: 'Roboto-Slab'
|
|
src: url('#{$font-path}/RobotoSlab-ExtraBold.ttf') format('truetype')
|
|
font-weight: 800
|
|
font-style: normal
|
|
|
|
@font-face
|
|
font-family: 'Roboto-Slab'
|
|
src: url('#{$font-path}/RobotoSlab-Black.ttf') format('truetype')
|
|
font-weight: 900
|
|
font-style: normal
|
|
|
|
|