67 Zeilen
Kein EOL
2,6 KiB
CSS
67 Zeilen
Kein EOL
2,6 KiB
CSS
/* source-code-pro-regular - latin */
|
|
@font-face {
|
|
font-family: 'Source Code Pro';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../fonts/source-code-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
|
|
src: local(''),
|
|
url('../fonts/source-code-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('../fonts/source-code-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('../fonts/source-code-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
|
|
url('../fonts/source-code-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
url('../fonts/source-code-pro-v21-latin-regular.svg#SourceCodePro') format('svg'); /* Legacy iOS */
|
|
}
|
|
|
|
/* source-sans-pro-regular - latin */
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
|
|
src: local(''),
|
|
url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
|
|
url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
|
|
}
|
|
/* source-sans-pro-700 - latin */
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('../fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
|
|
src: local(''),
|
|
url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
|
|
url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
|
|
}
|
|
|
|
.md-nav {
|
|
font-size: 14px;
|
|
line-height: 1.4;
|
|
}
|
|
.md-typeset {
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
code {
|
|
display: inline-block;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
:root {
|
|
--md-text-font: "Source Sans Pro";
|
|
}
|
|
|
|
:root {
|
|
--md-code-font: "Source Code Pro";
|
|
}
|
|
|
|
[data-md-color-scheme="slate"] {
|
|
|
|
--md-typeset-a-color: #6390e5;
|
|
} |