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:02 +03:00
parent 8dbcb55d7d
commit 91a70fd4aa

@ -1,11 +1,11 @@
## Installation
To change your font to Fira Code, open Atom's settings (`⌃,`), make sure the "Settings" tab is selected, and scroll down to "Editor Settings". In the "Font Family" field, enter `Fira Code`. If you wish to specify a font weight, remove all spaces from the font name and specify the weight following a hyphen (e.g. `FiraCode-Light`).
To change your font to Fira Code, open Atom's settings (``), make sure the "Settings" tab is selected, and scroll down to "Editor Settings". In the "Font Family" field, enter `Fira Code`. If you wish to specify a font weight, remove all spaces from the font name and specify the weight following a hyphen (e.g. `FiraCode-Light`).
## Ligatures
To enable ligatures, Menu → Open your stylesheet and add `text-rendering` to `atom-text-editor`:
To enable ligatures, `Menu → Stylesheet...` and add `text-rendering` to `atom-text-editor`:
![](https://i.imgur.com/sulSOtK.png)
```
atom-text-editor {
text-rendering: optimizeLegibility;