From 2d9a7adad50ac9edc09c327acc2d06bdcadefcd1 Mon Sep 17 00:00:00 2001 From: Huy Tran Date: Tue, 18 Sep 2018 15:18:34 +1000 Subject: [PATCH] revises font size --- static-src/scss/hyde-hyde/_variables.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static-src/scss/hyde-hyde/_variables.scss b/static-src/scss/hyde-hyde/_variables.scss index e8c4ebf..8d33b59 100644 --- a/static-src/scss/hyde-hyde/_variables.scss +++ b/static-src/scss/hyde-hyde/_variables.scss @@ -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;