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