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/_meta.html | 2 +- template/post.html | 5 ++--- template/style.css | 7 ++++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'template') diff --git a/template/_meta.html b/template/_meta.html index 73a33d0..f8ecec5 100755 --- a/template/_meta.html +++ b/template/_meta.html @@ -5,7 +5,7 @@ - + diff --git a/template/post.html b/template/post.html index 461480d..d5f2d1c 100755 --- a/template/post.html +++ b/template/post.html @@ -32,11 +32,10 @@

- Comment, contact: You can contact me on IRC irc.libera.chat:6697 on channel #mitjafelicijan. - Or by going to https://web.libera.chat/#mitjafelicijan. + Comment, contact: The easiest way to contact me is my writing me a message on Telegram (https://t.me/mitjafelicijan).

-

You can also just write me an email at m@mitjafelicijan.com

+

You can also just write me an email at m@mitjafelicijan.com.


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