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 --- posts/2022-06-30-trying-out-helix-editor.md | 2 +- template/_meta.html | 2 +- template/post.html | 5 ++--- template/style.css | 7 ++++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/posts/2022-06-30-trying-out-helix-editor.md b/posts/2022-06-30-trying-out-helix-editor.md index 66abe36..9e2cc14 100644 --- a/posts/2022-06-30-trying-out-helix-editor.md +++ b/posts/2022-06-30-trying-out-helix-editor.md @@ -29,5 +29,5 @@ And it comes us packed with many [really good themes](https://github.com/helix-e ![Editor](/assets/helix-editor/editor.png) -I would advise using this editor. It's still young but has this mature feeling to it. It has sane defaults and mimics Vim (works a bit differently, but the overall idea is similar). +It's still young but has this mature feeling to it. It has sane defaults and mimics Vim (works a bit differently, but the overall idea is similar). 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