35 lines
977 B
Sass
35 lines
977 B
Sass
|
|
// 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
|
||
|
|
|