Skip to content

Commit

Permalink
chore: fix left out font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiuer committed Oct 27, 2024
1 parent 01cdbf8 commit c7e91f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/scss/custom/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
}

sup {
font-family: 'glyph-correction', 'Source Code Pro', monospace;
font-family: 'Source Code Pro', monospace;
}

[data-type="poetry"], [data-type="aphorism"] {
.post-body {
font-family: 'LXGW WenKai TC', cursive;
font-family: 'glyph-correction', 'LXGW WenKai TC', cursive;
font-size: 125%;

sup {
Expand All @@ -50,7 +50,7 @@ sup {
margin: 0 -3em;
}
.tag-cloud-item {
font-family: 'LXGW WenKai TC', cursive;
font-family: 'glyph-correction', 'LXGW WenKai TC', cursive;
}

body, .back-to-top, ::-webkit-scrollbar-track {
Expand Down

0 comments on commit c7e91f9

Please sign in to comment.