From 7365bba1fcaff0987c1e862670587b5f02fea845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pott?= Date: Fri, 4 Aug 2017 20:53:48 +0200 Subject: [PATCH] I think it is more logical to explain first how to install font and then how to enable ligatures --- Home.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 40cd0f4..4797997 100644 --- a/Home.md +++ b/Home.md @@ -1,3 +1,19 @@ +### Installing font + +Windows: + +- in the ttf folder, double-click each font file, click “Install font”; to install all at once, select all files, right-click, and choose “Install” + +Mac: + +- in the ttf folder, select all font files, click “Install font” +- or use [brew](http://brew.sh) and [cask](https://caskroom.github.io): `brew tap caskroom/fonts` and `brew cask install font-fira-code` (not officially supported, might install outdated version) + +Linux: +- install a package available for your distribution following [the instructions](https://github.com/tonsky/FiraCode/wiki/Linux-instructions#installing-with-a-package-manager) +- or, in the ttf folder double-click each font file and click “Install font”; see [“Manual Installation”](https://github.com/tonsky/FiraCode/wiki/Linux-instructions#manual-installation) if double-clicking doesn't work + + ### How to enable ligatures You need to explicitly enable ligatures support in following editors: @@ -15,20 +31,6 @@ You need to explicitly enable ligatures support in following editors: For other editors it must be enough to simply select Fira Code as your font of choice. [Full list of supported editors](https://github.com/tonsky/FiraCode#editor-support) -### Installing font - -Windows: - -- in the ttf folder, double-click each font file, click “Install font”; to install all at once, select all files, right-click, and choose “Install” - -Mac: - -- in the ttf folder, select all font files, click “Install font” -- or use [brew](http://brew.sh) and [cask](https://caskroom.github.io): `brew tap caskroom/fonts` and `brew cask install font-fira-code` (not officially supported, might install outdated version) - -Linux: -- install a package available for your distribution following [the instructions](https://github.com/tonsky/FiraCode/wiki/Linux-instructions#installing-with-a-package-manager) -- or, in the ttf folder double-click each font file and click “Install font”; see [“Manual Installation”](https://github.com/tonsky/FiraCode/wiki/Linux-instructions#manual-installation) if double-clicking doesn't work ### Troubleshooting