2024-11-30 23:19:51 +02:00
|
|
|
// File: _fira-mono.sass
|
|
|
|
|
|
|
|
|
|
// Base font path
|
|
|
|
|
@use '../.config' as config
|
|
|
|
|
$font-path: '#{config.$base-path}/fira-mono'
|
|
|
|
|
|
2024-11-27 02:08:59 +02:00
|
|
|
@font-face
|
|
|
|
|
font-family: 'Fira Mono'
|
2024-11-30 23:19:51 +02:00
|
|
|
src: url('#{$font-path}/FiraMono-Regular.ttf') format('truetype')
|
2024-11-27 02:08:59 +02:00
|
|
|
font-weight: normal
|
|
|
|
|
font-style: normal
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Fira Mono'
|
2024-11-30 23:19:51 +02:00
|
|
|
src: url('#{$font-path}/FiraMono-Medium.ttf') format('truetype')
|
2024-11-27 02:08:59 +02:00
|
|
|
font-weight: 500
|
|
|
|
|
font-style: normal
|
|
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
|
font-family: 'Fira Mono'
|
2024-11-30 23:19:51 +02:00
|
|
|
src: url('#{$font-path}/FiraMono-Bold.ttf') format('truetype')
|
2024-11-27 02:08:59 +02:00
|
|
|
font-weight: bold
|
|
|
|
|
font-style: normal
|