Skip to content

Commit

Permalink
fix: override font
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed Nov 14, 2023
1 parent c932814 commit 8557e6d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
11 changes: 8 additions & 3 deletions assets/docs/scss/custom/structure/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ html {
background-color: var(--body-bg);
}
body {
--bs-font-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
'Helvetica Neue', 'Ubuntu';
--bs-font-sans-serif: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo',
'Pretendard Variable', Pretendard, Roboto, 'Noto Sans KR', 'Segoe UI',
'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo',
'Pretendard Variable', Pretendard, Roboto, 'Noto Sans KR', 'Segoe UI',
'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
Expand Down Expand Up @@ -36,7 +38,10 @@ h6,
.h4,
.h5,
.h6 {
font-family: $font-family-base;
font-family: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo',
'Pretendard Variable', Pretendard, Roboto, 'Noto Sans KR', 'Segoe UI',
'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
sans-serif;
line-height: 1.4;
font-weight: 600;
}
Expand Down
5 changes: 4 additions & 1 deletion assets/scss/custom/structure/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ h6,
.h4,
.h5,
.h6 {
font-family: $font-family-base;
font-family: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo',
'Pretendard Variable', Pretendard, Roboto, 'Noto Sans KR', 'Segoe UI',
'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
sans-serif;
line-height: 1.4;
font-weight: 600;
}
Expand Down

0 comments on commit 8557e6d

Please sign in to comment.