From 906515b84614e7ca6286eee40aa46b606dfdeb54 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Wed, 25 Mar 2020 00:30:57 +0700 Subject: [PATCH] add fira code --- fonts.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fonts.md b/fonts.md index 42b1390..2a66be1 100644 --- a/fonts.md +++ b/fonts.md @@ -1,5 +1,7 @@ # Fonts +Assume you use Archlinux. + Read [Fonts](https://wiki.archlinux.org/index.php/Fonts). [Preview programming fonts](https://app.programmingfonts.org/) @@ -9,3 +11,11 @@ Fonts I use currently: [Google Noto Fonts](https://www.google.com/get/noto/) [JetBrains Mono](https://www.jetbrains.com/lp/mono/) + +[Fira Code](https://github.com/tonsky/FiraCode) + +How to see font name: + +```sh +fc-list +```