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 a6e7cc7..0d46d54 100644 --- a/index.html +++ b/index.html @@ -118,7 +118,7 @@

Downloads

-
+

TrueType Format

    @@ -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; }