font download
This commit is contained in:
parent
9095d148a2
commit
21c48159f7
2 changed files with 22 additions and 10 deletions
|
@ -19,10 +19,10 @@
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="text-align: left">Github projects</th>
|
<th>Github projects</th>
|
||||||
<th style="text-align: left">Description</th>
|
<th>Description</th>
|
||||||
<th style="text-align: left">GitHub link</th>
|
<th>GitHub link</th>
|
||||||
<th style="text-align: left">Language</th>
|
<th>Language</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="userRepo">
|
<tbody id="userRepo">
|
||||||
|
@ -32,24 +32,36 @@
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="text-align: left">Other projects</th>
|
<th>Other projects</th>
|
||||||
<th style="text-align: left">Description</th>
|
<th>Description</th>
|
||||||
<th style="text-align: left">Link</th>
|
<th>Link</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: left">Firefox black & red triangle theme</td>
|
<td>Firefox black & red triangle theme</td>
|
||||||
<td style="text-align: left">
|
<td>
|
||||||
A red and black theme for firefox tabs.
|
A red and black theme for firefox tabs.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align: left">
|
<td>
|
||||||
<a
|
<a
|
||||||
href="https://addons.mozilla.org/en-US/firefox/addon/black-red-triangle-theme"
|
href="https://addons.mozilla.org/en-US/firefox/addon/black-red-triangle-theme"
|
||||||
>https://addons.mozilla.org/en-US/firefox/addon/black-red-triangle-theme/</a
|
>https://addons.mozilla.org/en-US/firefox/addon/black-red-triangle-theme/</a
|
||||||
>
|
>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Dark New Roman</td>
|
||||||
|
<td>
|
||||||
|
A custom serif font based off of Times New Roman.
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a
|
||||||
|
href="/res/DarkNewRoman.ttf"
|
||||||
|
>Download font (truetype)</a
|
||||||
|
>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
|
|
BIN
res/DarkNewRoman.ttf
Normal file
BIN
res/DarkNewRoman.ttf
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue