Skip to content

Commit

Permalink
feat/#18/addwebfontstyle Add Web Font Clear
Browse files Browse the repository at this point in the history
  • Loading branch information
joogle-ay committed Jul 7, 2022
1 parent c29e1d9 commit 17af283
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions src/styles/global.style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
/* Font-family setting */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* default reset css */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
vertical-align: baseline;
font-family: "Noto Sans KR", "돋움", sans-serif;
}

/* HTML5 display-role reset for older browsers */
Expand Down

0 comments on commit 17af283

Please sign in to comment.