feat: more fonts
parent
853540464c
commit
a1371f3597
4
Makefile
4
Makefile
|
@ -40,9 +40,9 @@ gen:
|
||||||
go run .
|
go run .
|
||||||
|
|
||||||
format-html:
|
format-html:
|
||||||
bun upgrade
|
# bun upgrade
|
||||||
bunx prettier@latest --write ./templates ./docs
|
bunx prettier@latest --write ./templates ./docs
|
||||||
deno upgrade
|
# deno upgrade
|
||||||
deno fmt ./posts
|
deno fmt ./posts
|
||||||
|
|
||||||
srht:
|
srht:
|
||||||
|
|
|
@ -343,12 +343,14 @@
|
||||||
rel="nofollow"
|
rel="nofollow"
|
||||||
>Flexi IBM VGA</a
|
>Flexi IBM VGA</a
|
||||||
>: old school.
|
>: old school.
|
||||||
<ul>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://style64.org/c64-truetype" rel="nofollow">C64</a>:
|
<a href="https://style64.org/c64-truetype" rel="nofollow">C64</a>:
|
||||||
Commodore 64 font.
|
Commodore 64 font.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
<li>
|
||||||
|
<a href="https://github.com/kika/fixedsys">Fixedsys Excelsior</a>: old
|
||||||
|
DOS vibe.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3>
|
<h3>
|
||||||
|
|
|
@ -146,7 +146,8 @@ For fancy terminal, only need `NerdFontsSymbolsOnly`
|
||||||
with
|
with
|
||||||
[Flexi IBM VGA](https://int10h.org/blog/2020/12/more-font-updates-oldschool-pack-flexi-vga/):
|
[Flexi IBM VGA](https://int10h.org/blog/2020/12/more-font-updates-oldschool-pack-flexi-vga/):
|
||||||
old school.
|
old school.
|
||||||
- [C64](https://style64.org/c64-truetype): Commodore 64 font.
|
- [C64](https://style64.org/c64-truetype): Commodore 64 font.
|
||||||
|
- [Fixedsys Excelsior](https://github.com/kika/fixedsys): old DOS vibe.
|
||||||
|
|
||||||
### Only display
|
### Only display
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue