Skip to content

Commit

Permalink
Merge pull request #15 from aterenin/main
Browse files Browse the repository at this point in the history
Tweak fonts.
  • Loading branch information
aterenin authored May 9, 2024
2 parents f9c62e4 + ec23681 commit 2ed621b
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ a:hover {
color: color-mix(in srgb, var(--color-primary), var(--color-black) 15%);
}

h1, h2, h3, h4, h5, h6 {
font-weight: 300;
}

h1 {
font-size: $h1-font-size;
}
Expand All @@ -38,6 +34,12 @@ h5 {
h6 {
font-size: $h6-font-size;
}
h1, h2, h3, h4 {
font-weight: 300;
}
h5, h6 {
font-weight: 400;
}

.h1 {
font-size: $h1-font-size !important;
Expand All @@ -57,6 +59,16 @@ h6 {
.h6 {
font-size: $h6-font-size !important;
}
.h1, .h2, .h3, .h4 {
font-weight: 300 !important;
}
.h5, .h6 {
font-weight: 400 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
line-height: 1.1 !important;
}

small, .small {
font-size: 80%;
Expand Down

0 comments on commit 2ed621b

Please sign in to comment.