Skip to content

Commit

Permalink
feat: apply pretendard font
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed Oct 26, 2023
1 parent 0e646c3 commit 40655a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/docs/scss/custom/structure/_general.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
@import url('https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.css');

html {
scroll-padding-top: 80px;
background-color: var(--body-bg);
}
body {
font-family: $font-family-secondary;
font-family: 'Pretendard', $font-family-secondary;
overflow-x: hidden !important;
font-size: $font-size-base;
color: var(--body-color);
Expand Down

0 comments on commit 40655a9

Please sign in to comment.