org-media-sass/font-library/_noto-sans.sass

69 lines
1.6 KiB
Sass
Raw Permalink Normal View History

2024-11-30 23:19:51 +02:00
// File: _noto-sans.sass
// Base font path
@use '../.config' as config
$font-path: '#{config.$base-path}/noto-sans/static'
// Font-Face Declarations
@font-face
font-family: 'Noto Sans'
src: url('#{$font-path}/NotoSans-Regular.ttf') format('truetype')
font-weight: 400
font-style: normal
@font-face
font-family: 'Noto Sans'
src: url('#{$font-path}/NotoSans-Bold.ttf') format('truetype')
font-weight: 700
font-style: normal
@font-face
font-family: 'Noto Sans'
src: url('#{$font-path}/NotoSans-Italic.ttf') format('truetype')
font-weight: 400
font-style: italic
@font-face
font-family: 'Noto Sans'
src: url('#{$font-path}/NotoSans-BoldItalic.ttf') format('truetype')
font-weight: 700
font-style: italic
@font-face
font-family: 'Noto Sans'
src: url('#{$font-path}/NotoSans-Light.ttf') format('truetype')
font-weight: 300
font-style: normal
@font-face
font-family: 'Noto Sans'
src: url('#{$font-path}/NotoSans-LightItalic.ttf') format('truetype')
font-weight: 300
font-style: italic
@font-face
font-family: 'Noto Sans'
src: url('#{$font-path}/NotoSans-Medium.ttf') format('truetype')
font-weight: 500
font-style: normal
@font-face
font-family: 'Noto Sans'
src: url('#{$font-path}/NotoSans-MediumItalic.ttf') format('truetype')
font-weight: 500
font-style: italic
@font-face
font-family: 'Noto Sans'
src: url('#{$font-path}/NotoSans-Black.ttf') format('truetype')
font-weight: 900
font-style: normal
@font-face
font-family: 'Noto Sans'
src: url('#{$font-path}/NotoSans-BlackItalic.ttf') format('truetype')
font-weight: 900
font-style: italic