1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

Updated Atom instructions (markdown)

Andrey Gurtovoy 2016-07-26 17:49:34 +03:00
parent 91a70fd4aa
commit ea0b2081b1

@ -4,8 +4,10 @@ To change your font to Fira Code, open Atom's settings (``), make sure the "Sett
## Ligatures
To enable ligatures, `Menu → Stylesheet...` and add `text-rendering` to `atom-text-editor`:
To enable ligatures, `Menu → Stylesheet...`
![](https://i.imgur.com/sulSOtK.png)
and add `text-rendering` to `atom-text-editor`:
```
atom-text-editor {
text-rendering: optimizeLegibility;