Skip to content

Commit

Permalink
fix: override bootstrap font
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed Nov 14, 2023
1 parent fffd864 commit c932814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/docs/scss/custom/structure/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ html {
background-color: var(--body-bg);
}
body {
--bs-font-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
'Helvetica Neue', 'Ubuntu';
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

0 comments on commit c932814

Please sign in to comment.