From 6fe3ee903e8d1d71f6698069db91057b477cc1bb Mon Sep 17 00:00:00 2001 From: klemek Date: Thu, 14 Oct 2021 15:06:15 +0200 Subject: [PATCH] fix font --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; }