I think it is more logical to explain first how to install font and then how to enable ligatures

master
Jérôme Pott 2017-08-04 20:53:48 +02:00
rodzic 83fa0052a5
commit 7365bba1fc
1 zmienionych plików z 16 dodań i 14 usunięć

30
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