From ffa81919d3f59b891176e4deed937af41dd7d5bb Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Mon, 18 May 2020 01:58:20 +0700 Subject: [PATCH] fonts --- Misc/fonts.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Misc/fonts.md b/Misc/fonts.md index 6897634..1bfffa1 100644 --- a/Misc/fonts.md +++ b/Misc/fonts.md @@ -1,8 +1,14 @@ # 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/) @@ -14,7 +20,7 @@ Fonts I use currently: [Cascadia Code](https://github.com/microsoft/cascadia-code) -Honorable mention: +## Honorable mention [Inconsolata](https://github.com/googlefonts/Inconsolata) @@ -27,9 +33,3 @@ Honorable mention: [agave](https://github.com/agarick/agave) [Fonts for Apple Platforms](https://developer.apple.com/fonts/) - -How to see font name: - -```sh -fc-list -```