Skip to content

Commit

Permalink
更新字体样式和布局
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesun committed Mar 1, 2024
1 parent 4616cc1 commit 5f7f19b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions _sass/whiteglass.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion _sass/whiteglass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ h3,
h4,
h5,
h6 {
font-weight: $base-font-weight;
font-weight: $ht-font-weight;

code {
font-size: inherit;
Expand Down
1 change: 0 additions & 1 deletion _sass/whiteglass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@

h2 {
font-size: 22px;
font-weight: 700;
@include media-query($on-laptop) {
font-size: 18px;
}
Expand Down

0 comments on commit 5f7f19b

Please sign in to comment.