fonts
parent
e934ef2945
commit
ffa81919d3
|
@ -1,8 +1,14 @@
|
||||||
# Fonts
|
# Fonts
|
||||||
|
|
||||||
[Preview programming fonts](https://app.programmingfonts.org/)
|
Read [Preview programming fonts](https://app.programmingfonts.org/).
|
||||||
|
|
||||||
Fonts I use currently:
|
How to see font name:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
fc-list
|
||||||
|
```
|
||||||
|
|
||||||
|
## Currently
|
||||||
|
|
||||||
[Google Noto Fonts](https://www.google.com/get/noto/)
|
[Google Noto Fonts](https://www.google.com/get/noto/)
|
||||||
|
|
||||||
|
@ -14,7 +20,7 @@ Fonts I use currently:
|
||||||
|
|
||||||
[Cascadia Code](https://github.com/microsoft/cascadia-code)
|
[Cascadia Code](https://github.com/microsoft/cascadia-code)
|
||||||
|
|
||||||
Honorable mention:
|
## Honorable mention
|
||||||
|
|
||||||
[Inconsolata](https://github.com/googlefonts/Inconsolata)
|
[Inconsolata](https://github.com/googlefonts/Inconsolata)
|
||||||
|
|
||||||
|
@ -27,9 +33,3 @@ Honorable mention:
|
||||||
[agave](https://github.com/agarick/agave)
|
[agave](https://github.com/agarick/agave)
|
||||||
|
|
||||||
[Fonts for Apple Platforms](https://developer.apple.com/fonts/)
|
[Fonts for Apple Platforms](https://developer.apple.com/fonts/)
|
||||||
|
|
||||||
How to see font name:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
fc-list
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue