diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-07-05 02:56:47 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-07-05 02:56:47 +0200 |
| commit | d99ba79d190d449f561cd4415d16a13584f43c10 (patch) | |
| tree | 47ff0e0b19934442dc67aab224fddbe1b18c0c37 | |
| parent | 19f2f45852d711443c5fdc2e4659ae095a6b58cb (diff) | |
| download | mitjafelicijan.com-d99ba79d190d449f561cd4415d16a13584f43c10.tar.gz | |
Added new fonts
| -rw-r--r-- | posts/2022-06-30-trying-out-helix-editor.md | 2 | ||||
| -rwxr-xr-x | template/_meta.html | 2 | ||||
| -rwxr-xr-x | template/post.html | 5 | ||||
| -rwxr-xr-x | 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 | |||
| 29 | 29 | ||
| 30 |  | 30 |  |
| 31 | 31 | ||
| 32 | 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). | 32 | 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). |
| 33 | 33 | ||
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 @@ | |||
| 5 | 5 | ||
| 6 | <meta name="theme-color" content="#ffffff"> | 6 | <meta name="theme-color" content="#ffffff"> |
| 7 | 7 | ||
| 8 | <link rel="stylesheet" href="/style.css?v=2022-06-28-4"> | 8 | <link rel="stylesheet" href="/style.css?v=2022-07-04-02"> |
| 9 | 9 | ||
| 10 | <link rel="alternate" type="application/rss+xml" href="/feed.rss"> | 10 | <link rel="alternate" type="application/rss+xml" href="/feed.rss"> |
| 11 | <link rel="alternate" type="application/feed+json" href="/feed.json"> | 11 | <link rel="alternate" type="application/feed+json" href="/feed.json"> |
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 @@ | |||
| 32 | <hr class="top-margin"> | 32 | <hr class="top-margin"> |
| 33 | 33 | ||
| 34 | <p class="top-margin"> | 34 | <p class="top-margin"> |
| 35 | <strong>Comment, contact:</strong> You can contact me on IRC <code>irc.libera.chat:6697</code> on channel <code>#mitjafelicijan</code>. | 35 | <strong>Comment, contact:</strong> The easiest way to contact me is my writing me a message on <a href="https://t.me/mitjafelicijan" target="_blank">Telegram (https://t.me/mitjafelicijan)</a>. |
| 36 | Or by going to <a href="https://web.libera.chat/#mitjafelicijan" target="_blank">https://web.libera.chat/#mitjafelicijan</a>. | ||
| 37 | </p> | 36 | </p> |
| 38 | 37 | ||
| 39 | <p>You can also just write me an email at m@mitjafelicijan.com</p> | 38 | <p>You can also just write me an email at <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a>.</p> |
| 40 | 39 | ||
| 41 | <hr class="top-margin"> | 40 | <hr class="top-margin"> |
| 42 | 41 | ||
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 @@ | |||
| 1 | @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap'); | 1 | /*@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');*/ |
| 2 | 2 | ||
| 3 | :root { | 3 | :root { |
| 4 | --base-document-width: 640px; | 4 | --base-document-width: 640px; |
| @@ -28,7 +28,8 @@ | |||
| 28 | body { | 28 | body { |
| 29 | background: white; | 29 | background: white; |
| 30 | /*font-family: 'Times New Roman', Times, serif;*/ | 30 | /*font-family: 'Times New Roman', Times, serif;*/ |
| 31 | font-family: 'IBM Plex Sans', sans-serif; | 31 | /*font-family: 'IBM Plex Sans', sans-serif;*/ |
| 32 | font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif; | ||
| 32 | color: var(--base-color); | 33 | color: var(--base-color); |
| 33 | font-size: var(--base-font-size); | 34 | font-size: var(--base-font-size); |
| 34 | line-height: var(--base-line-heigh); | 35 | line-height: var(--base-line-heigh); |
| @@ -150,7 +151,7 @@ blockquote p { | |||
| 150 | 151 | ||
| 151 | .navigation header .home { | 152 | .navigation header .home { |
| 152 | font-size: 130%; | 153 | font-size: 130%; |
| 153 | font-weight: 900; | 154 | font-weight: 700; |
| 154 | } | 155 | } |
| 155 | 156 | ||
| 156 | .navigation header .home a { | 157 | .navigation header .home a { |
