diff --git a/font/index.html b/font/index.html index 1cebfe1..2b3eefb 100644 --- a/font/index.html +++ b/font/index.html @@ -18,6 +18,9 @@

sf.me > Blog > Why I Switched Fonts

Why I Switched Fonts

+

Posted on: 4 August 2023

Reading time: 1 min

Category: Updates

This post is just a quick update to announce a hard decision that I have made. I have switched the font on this website from JetBrains Mono to Courier New. This change was made because I feel like JetBrains Mono looks more fitting in a terminal because it looks janky on a website. Courier New is a monospace font but still maintains the feeling and look I want from my website.

This change has had an unintended benefit. Previously, my website's homepage weighed around 50KB in size which is spectacular. However, what I did not realize was that around 40KB were being taken up by JetBrains Mono. By switching to a default typeface, my website now weighs a shockingly low 12KB. If you would like to view the full GTMetrix report, do so here.

diff --git a/font/voiceover.mp3 b/font/voiceover.mp3 new file mode 100644 index 0000000..8a7b587 Binary files /dev/null and b/font/voiceover.mp3 differ diff --git a/fp/index.html b/fp/index.html index 60e1b73..c86454d 100644 --- a/fp/index.html +++ b/fp/index.html @@ -17,6 +17,9 @@

sf.me > Blog > Writing With Fountain Pens

Writing With Fountain Pens

+

Posted on: 30 July 2023

Reading time: 2 min

Category: Other

Table Of Contents

diff --git a/fp/voiceover.mp3 b/fp/voiceover.mp3 new file mode 100644 index 0000000..6f08049 Binary files /dev/null and b/fp/voiceover.mp3 differ diff --git a/style.css b/style.css index 87f328b..0f517f4 100644 --- a/style.css +++ b/style.css @@ -9,7 +9,7 @@ figcaption{ font-size:90%; color:#50fa7b } -.posts,h1,h2,h3,ol,p,ul{ +.posts,h1,h2,h3,ol,p,ul,audio{ margin-left:8vw } .main-header { @@ -80,7 +80,7 @@ svg.titles { body{ background:#282b35 } -p,ol,ul{ +p,ol,ul,audio{ margin-right:8vw; font-weight:400 } @@ -192,7 +192,7 @@ div.desc{ width: 100%; } @media screen and (max-width:1150px){ - .posts,h1,h2,h3,ol,p,ul{ + .posts,h1,h2,h3,ol,p,ul,audio{ margin-left:20px; margin-right:20px; margin-top:30px