Merge pull request #6 from kaBeech/add-nerd-font

Add Nerd Font
This commit is contained in:
Kyle Beechly
2023-09-03 21:00:33 -07:00
committed by GitHub
3 changed files with 16 additions and 8 deletions

View File

@@ -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 2. I remade the Bold weight style and added a Light weight style as well
3. I added Italic styles for each weight style 3. I added Italic styles for each weight style
## Update 2023-09
- Adds [Nerd Font](https://www.nerdfonts.com/) patch
## Any issues? ## Any issues?
If you notice any, please feel free to open an issue! If you notice any, please feel free to open an issue!

View File

@@ -118,7 +118,7 @@
</div> </div>
<br /> <br />
<h2 id="downloads">Downloads</h2> <h2 id="downloads">Downloads</h2>
<div> <div class="twoColumnsIfFits">
<div> <div>
<h3>TrueType Format</h3> <h3>TrueType Format</h3>
<ul> <ul>
@@ -274,16 +274,20 @@
</p> </p>
<h2>Differences from Comic Shanns/Comic Mono:</h2> <h2>Differences from Comic Shanns/Comic Mono:</h2>
<br /> <br />
<ol> <ul>
<li>I edited the 'a' to make it look less like an 'o'</li> <li>Edits the 'a' to make it look less like an 'o'</li>
<br /> <br />
<li> <li>
I remade the Bold weight style and added a Light weight style as Remakes the Bold weight style and adds a Light weight style as well
well
</li> </li>
<br /> <br />
<li>I added Italic styles for each weight style</li> <li>Adds Italic styles for each weight style</li>
</ol> </ul>
<br />
<h2>Update 2023-09</h2>
<ul>
<li>• Adds <a href="https://www.nerdfonts.com/">Nerd Font</a> patch</li>
</ul>
<br /> <br />
<h2>Any issues?</h2> <h2>Any issues?</h2>
<p>If you notice any, please feel free to open an issue!</p> <p>If you notice any, please feel free to open an issue!</p>

View File

@@ -32,7 +32,7 @@
#main { #main {
max-width: 70%; max-width: 70%;
} }
#downloads { .twoColumnsIfFits {
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;
} }