2022-10-24 23:46:53 +02:00
|
|
|
// stylelint-disable value-keyword-case
|
2022-11-30 00:19:00 +01:00
|
|
|
$font__regular: 'din-regular',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
|
|
$font__light: 'din-light',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
|
|
$font__medium: 'din-medium',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
|
|
$font__bold: 'din-bold',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
|
|
$font__black: 'din-black',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
|
|
|
|
|
|
$font__main: $font__regular;
|
2022-10-24 23:46:53 +02:00
|
|
|
// stylelint-enable value-keyword-case
|
2022-12-27 21:45:35 +01:00
|
|
|
$font__code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace, mono;
|
2022-10-24 23:46:53 +02:00
|
|
|
$font__pre: "Courier 10 Pitch", courier, monospace;
|
2022-11-30 14:53:34 +01:00
|
|
|
$font__size-body: 1rem;
|
2022-11-30 00:19:00 +01:00
|
|
|
$font__line-height-body: 1.3;
|
|
|
|
$font__line-height-pre: 1.4;
|
2022-12-28 22:52:36 +01:00
|
|
|
$font__line-height-header:1.1;
|