From 5f7f19bf5a48246b968f74de0edf58e260d12d81 Mon Sep 17 00:00:00 2001 From: Jett Wang Date: Fri, 1 Mar 2024 12:59:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AD=97=E4=BD=93=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=92=8C=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sass/whiteglass.scss | 1 + _sass/whiteglass/_base.scss | 2 +- _sass/whiteglass/_layout.scss | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/whiteglass.scss b/_sass/whiteglass.scss index d0d64af..3e4e39e 100644 --- a/_sass/whiteglass.scss +++ b/_sass/whiteglass.scss @@ -3,6 +3,7 @@ $base-font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif !default; $monospace-font-family: Monaco, Menlo, Consolas, "Courier New", DotumChe, monospace !default; $base-font-size: 16px !default; $base-font-weight: 400 !default; +$ht-font-weight: 600 !default; $small-font-size: $base-font-size * 0.875 !default; $base-line-height: 1.5 !default; diff --git a/_sass/whiteglass/_base.scss b/_sass/whiteglass/_base.scss index a51bd9e..d95aa82 100644 --- a/_sass/whiteglass/_base.scss +++ b/_sass/whiteglass/_base.scss @@ -107,7 +107,7 @@ h3, h4, h5, h6 { - font-weight: $base-font-weight; + font-weight: $ht-font-weight; code { font-size: inherit; diff --git a/_sass/whiteglass/_layout.scss b/_sass/whiteglass/_layout.scss index 4c26d27..a8c9c28 100644 --- a/_sass/whiteglass/_layout.scss +++ b/_sass/whiteglass/_layout.scss @@ -171,7 +171,6 @@ h2 { font-size: 22px; - font-weight: 700; @include media-query($on-laptop) { font-size: 18px; }