This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
2020-04-24 12:36:40 +00:00
|
|
|
// stylelint-disable value-keyword-case
|
|
|
|
$font__main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
|
|
// stylelint-enable value-keyword-case
|
2020-04-05 20:49:27 +00:00
|
|
|
$font__code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
|
|
|
$font__pre: "Courier 10 Pitch", courier, monospace;
|
2014-07-28 13:35:53 +00:00
|
|
|
$font__line-height-body: 1.5;
|
2017-07-01 04:57:00 +00:00
|
|
|
$font__line-height-pre: 1.6;
|