// File: _fira-mono.sass // Base font path @use '../.config' as config $font-path: '#{config.$base-path}/fira-mono' @font-face font-family: 'Fira Mono' src: url('#{$font-path}/FiraMono-Regular.ttf') format('truetype') font-weight: normal font-style: normal @font-face font-family: 'Fira Mono' src: url('#{$font-path}/FiraMono-Medium.ttf') format('truetype') font-weight: 500 font-style: normal @font-face font-family: 'Fira Mono' src: url('#{$font-path}/FiraMono-Bold.ttf') format('truetype') font-weight: bold font-style: normal