From 28544113553a1437037e106c549117c5b3f10f85 Mon Sep 17 00:00:00 2001 From: kaBeech Date: Sun, 3 Sep 2023 20:58:59 -0700 Subject: [PATCH] Add Nerd Font update info Also update the Differences from Comic Shanns/Comic Mono formatting --- README.md | 4 ++++ index.html | 16 ++++++++++------ style.css | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ca43385..f5bfeb8 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ I originally changed the font in my IDE to Comic Mono as a joke. I decided to le 2. I remade the Bold weight style and added a Light weight style as well 3. I added Italic styles for each weight style +## Update 2023-09 + +- Adds [Nerd Font](https://www.nerdfonts.com/) patch + ## Any issues? If you notice any, please feel free to open an issue! diff --git a/index.html b/index.html index 5f76cdc..0d46d54 100644 --- a/index.html +++ b/index.html @@ -274,16 +274,20 @@

Differences from Comic Shanns/Comic Mono:


-
    -
  1. • I edited the 'a' to make it look less like an 'o'
  2. +
+
  • • Adds Italic styles for each weight style
  • + +
    +

    Update 2023-09

    +

    Any issues?

    If you notice any, please feel free to open an issue!

    diff --git a/style.css b/style.css index 1fd07e8..17d566e 100644 --- a/style.css +++ b/style.css @@ -32,7 +32,7 @@ #main { max-width: 70%; } - #downloads { + .twoColumnsIfFits { display: flex; justify-content: space-evenly; }