From 0f411634196d960967b4bf4117c8c335b6aa333a Mon Sep 17 00:00:00 2001 From: kaBeech Date: Sun, 3 Sep 2023 20:55:56 -0700 Subject: [PATCH 1/2] Make downloads 2 columns again --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a6e7cc7..5f76cdc 100644 --- a/index.html +++ b/index.html @@ -118,7 +118,7 @@

Downloads

-
+

TrueType Format

    From 28544113553a1437037e106c549117c5b3f10f85 Mon Sep 17 00:00:00 2001 From: kaBeech Date: Sun, 3 Sep 2023 20:58:59 -0700 Subject: [PATCH 2/2] 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. +
        +
      • • Edits the 'a' to make it look less like an 'o'

      • - • I remade the Bold weight style and added a Light weight style as - well + • Remakes the Bold weight style and adds a Light weight style as well

      • -
      • • I added Italic styles for each weight style
      • -
    +
  • • 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; }