revises font size
This commit is contained in:
parent
ec76222f51
commit
2d9a7adad5
1 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@ $brown: #8f5536;
|
|||
$root-font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Droid Sans", "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji","Segoe UI Emoji", "Segoe UI Symbol";
|
||||
|
||||
// poole's variables
|
||||
$root-font-size: 20px;
|
||||
$root-font-size: 17px;
|
||||
$root-font-weight: 400;
|
||||
// golden ratio https://grtcalculator.com
|
||||
// 18px @ 33 px, 20px @ 33 px ~ 1.667em
|
||||
|
@ -34,12 +34,12 @@ $body-bg: #fff;
|
|||
$border-color: #e5e5e5;
|
||||
|
||||
$large-breakpoint: 38em;
|
||||
$large-font-size: 18px;
|
||||
$large-font-size: 20px;
|
||||
//
|
||||
|
||||
// hyde-hyde
|
||||
$small-device-font-size: 16px;
|
||||
$large-device-font-size: $root-font-size;
|
||||
$small-device-font-size: $root-font-size;
|
||||
$large-device-font-size: $large-font-size;
|
||||
|
||||
// https://www.client9.com/css-system-font-stack-monospace-v2
|
||||
$code-font-family: "SF-Mono", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Roboto Mono", "Ubuntu Mono", "Courier New", Courier, monospace;
|
||||
|
|
Loading…
Reference in a new issue