diff --git a/style.css b/style.css index 4925125..0164880 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,9 @@ +/* noto-sans-regular - latin */ +@import url('https://fonts.googleapis.com/css?family=Noto%20Sans&display=swap'); + * { box-sizing: border-box; - font-family: Verdana, serif; + font-family: 'Noto Sans', Verdana, serif; color: #424242; }