Skip to content

Commit

Permalink
Remove Noto Sans KR and fix fallback font (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
soya_daizu authored Oct 16, 2022
1 parent 26418ee commit 4520563
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/styles/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,7 @@
@font-face {
font-family: "Open Sans Condensed";
src: url(../fonts/opensanscondensed.woff) format("woff");
}

@font-face {
font-family: "Noto Sans KR";
src: url(../fonts/NotoSansKR-Bold.woff) format("woff");
font-weight: 700;
}

body {
Expand Down Expand Up @@ -423,7 +419,8 @@ body {
.title {
color: var(--item-title-color);

font-family: "Open Sans Condensed", "Noto Sans KR", serif;
font-family: "Open Sans Condensed", sans-serif;
font-weight: 700;
}

.categories {
Expand Down Expand Up @@ -554,7 +551,8 @@ body {
.blog-title span {
color: var(--item-blog-title-span-color);

font-family: "Open Sans Condensed", "Noto Sans KR", serif;
font-family: "Open Sans Condensed", sans-serif;
font-weight: 700;
font-size: 0.7em;
}

Expand Down Expand Up @@ -729,4 +727,4 @@ body {

#tabs-checkbox:disabled {
cursor: not-allowed;
}
}
Binary file removed src/styles/fonts/NotoSansKR-Bold.woff
Binary file not shown.

0 comments on commit 4520563

Please sign in to comment.