mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
Also: * Fixes many issues in the default theme * Moves the default theme from default-theme to default_theme * Creates a new, robust linker infrastructure that will support bare links * Replaces slugg with github-slugger * Outputs unknown types as Any. Fixes #451
24 lines
938 B
CSS
Executable File
24 lines
938 B
CSS
Executable File
@font-face{
|
|
font-family: 'Source Code Pro';
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('EOT/SourceCodePro-Regular.eot') format('embedded-opentype'),
|
|
url('WOFF2/TTF/SourceCodePro-Regular.ttf.woff2') format('woff2'),
|
|
url('WOFF/OTF/SourceCodePro-Regular.otf.woff') format('woff'),
|
|
url('OTF/SourceCodePro-Regular.otf') format('opentype'),
|
|
url('TTF/SourceCodePro-Regular.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face{
|
|
font-family: 'Source Code Pro';
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('EOT/SourceCodePro-Bold.eot') format('embedded-opentype'),
|
|
url('WOFF2/TTF/SourceCodePro-Bold.ttf.woff2') format('woff2'),
|
|
url('WOFF/OTF/SourceCodePro-Bold.otf.woff') format('woff'),
|
|
url('OTF/SourceCodePro-Bold.otf') format('opentype'),
|
|
url('TTF/SourceCodePro-Bold.ttf') format('truetype');
|
|
}
|