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>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align: left">Github projects</th>
|
||||
<th style="text-align: left">Description</th>
|
||||
<th style="text-align: left">GitHub link</th>
|
||||
<th style="text-align: left">Language</th>
|
||||
<th>Github projects</th>
|
||||
<th>Description</th>
|
||||
<th>GitHub link</th>
|
||||
<th>Language</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="userRepo">
|
||||
|
@ -32,24 +32,36 @@
|
|||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align: left">Other projects</th>
|
||||
<th style="text-align: left">Description</th>
|
||||
<th style="text-align: left">Link</th>
|
||||
<th>Other projects</th>
|
||||
<th>Description</th>
|
||||
<th>Link</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: left">Firefox black & red triangle theme</td>
|
||||
<td style="text-align: left">
|
||||
<td>Firefox black & red triangle theme</td>
|
||||
<td>
|
||||
A red and black theme for firefox tabs.
|
||||
</td>
|
||||
<td style="text-align: left">
|
||||
<td>
|
||||
<a
|
||||
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
|
||||
>
|
||||
</td>
|
||||
</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>
|
||||
</table>
|
||||
<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