Merge pull request #10 from kaBeech/disambiguate-l-and-1

Disambiguate l and 1
This commit is contained in:
Kyle Beechly
2024-06-04 02:29:37 -07:00
committed by GitHub
17 changed files with 17 additions and 4 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
vendor
*.pyc
_site
_site
*.sfd

View File

@@ -2,7 +2,7 @@ MIT License
Original work Copyright (c) 2018 Shannon Miwa
Modified work Copyright (c) 2019 dtinth
Modified work Copyright (c) 2023 Kyle Beechly
Modified work Copyright (c) 2023-2024 Kyle Beechly
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -54,13 +54,18 @@ I originally changed the font in my IDE to Comic Mono as a joke. I decided to le
## Differences from Comic Shanns/Comic Mono
- Edits the 'a' to make it look less like an 'o'
- Edits the 'l' to make it look less like a '1'
- Remakes the Bold weight style and adds a Light weight style as well
- Adds Italic styles for each weight style
## Update 2023-09
## Update 2023-09 | v1.1.0
- Adds [Nerd Font](https://www.nerdfonts.com/) patch
## Update 2024-06 | v2.0.0
- Updates the 'l' glyph
## Any issues?
If you notice any, please feel free to open an issue!

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -55,6 +55,7 @@
<p>the five boxing wizards jump quickly.</p>
<p>THE FIVE BOXING WIZARDS JUMP QUICKLY!</p>
<p>0123456789.:,;(*!?')</p>
<p>aoe |I1lL O08 [{()}]</p>
</div>
<br />
<div id="previewButtons">
@@ -288,6 +289,8 @@
<ul>
<li>• Edits the 'a' to make it look less like an 'o'</li>
<br />
<li>• Edits the 'l' to make it look less like a '1'</li>
<br />
<li>
• Remakes the Bold weight style and adds a Light weight style as well
</li>
@@ -295,10 +298,14 @@
<li>• Adds Italic styles for each weight style</li>
</ul>
<br />
<h2>Update 2023-09</h2>
<h2>Update 2023-09 | v1.1.0</h2>
<ul>
<li>• Adds <a href="https://www.nerdfonts.com/">Nerd Font</a> patch</li>
</ul>
<h2>Update 2024-06 | v2.0.0</h2>
<ul>
<li>• Edits the 'l' glyph</li>
</ul>
<br />
<h2>Any issues?</h2>
<p>If you notice any, please feel free to open an issue!</p>