Skip to content

Commit

Permalink
add font loading
Browse files Browse the repository at this point in the history
  • Loading branch information
kjj6198 committed Nov 12, 2020
1 parent 0cc27f3 commit 8a68465
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;500;600&display=swap");

html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
font-family: Source Han Sans, Arial;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

*,
Expand Down

0 comments on commit 8a68465

Please sign in to comment.