diff --git a/Atom-instructions.md b/Atom-instructions.md index d4d8ce2..72f7c3a 100644 --- a/Atom-instructions.md +++ b/Atom-instructions.md @@ -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;