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