Skip to content

Commit

Permalink
Merge pull request #19 from Jooeun-K/feat/#18/addwebfontstyle
Browse files Browse the repository at this point in the history
feat/#18/addwebfontstyle Add Web Font Clear
  • Loading branch information
joogle-ay authored Jul 7, 2022
2 parents c29e1d9 + 17af283 commit fa832f1
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 fa832f1

Please sign in to comment.