From 8a6846551552c51c0fc370e679ff961d5cb7f8fa Mon Sep 17 00:00:00 2001 From: kjj6198 Date: Sun, 8 Nov 2020 15:20:12 +0900 Subject: [PATCH] add font loading --- public/global.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/global.css b/public/global.css index d016e79..65cf746 100644 --- a/public/global.css +++ b/public/global.css @@ -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; } *,