org-media-sass/_fonts/_source-code-pro.sass

35 lines
977 B
Sass
Raw Normal View History

2024-11-27 02:08:59 +02:00
// File: _source-code-pro.sass
@font-face
font-family: 'Source Code Pro'
src: url('../fonts/source-code-pro/static/SourceCodePro-Regular.ttf') format('truetype')
font-weight: normal
font-style: normal
@font-face
font-family: 'Source Code Pro'
src: url('../fonts/source-code-pro/static/SourceCodePro-Bold.ttf') format('truetype')
font-weight: bold
font-style: normal
@font-face
font-family: 'Source Code Pro'
src: url('../fonts/source-code-pro/static/SourceCodePro-Light.ttf') format('truetype')
font-weight: 300
font-style: normal
@font-face
font-family: 'Source Code Pro'
src: url('../fonts/source-code-pro/static/SourceCodePro-Italic.ttf') format('truetype')
font-weight: normal
font-style: italic
@font-face
font-family: 'Source Code Pro'
src: url('../fonts/source-code-pro/static/SourceCodePro-SemiBold.ttf') format('truetype')
font-weight: 600
font-style: normal
// Extend this pattern as needed for other weights and styles