From d99ba79d190d449f561cd4415d16a13584f43c10 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 5 Jul 2022 02:56:47 +0200 Subject: Added new fonts --- template/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'template/style.css') diff --git a/template/style.css b/template/style.css index e24f25f..735c082 100755 --- a/template/style.css +++ b/template/style.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap'); +/*@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');*/ :root { --base-document-width: 640px; @@ -28,7 +28,8 @@ body { background: white; /*font-family: 'Times New Roman', Times, serif;*/ - font-family: 'IBM Plex Sans', sans-serif; + /*font-family: 'IBM Plex Sans', sans-serif;*/ + font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif; color: var(--base-color); font-size: var(--base-font-size); line-height: var(--base-line-heigh); @@ -150,7 +151,7 @@ blockquote p { .navigation header .home { font-size: 130%; - font-weight: 900; + font-weight: 700; } .navigation header .home a { -- cgit v1.2.3