From ea0b2081b153e75d2f4ad6504888537a3238d21c Mon Sep 17 00:00:00 2001 From: Andrey Gurtovoy Date: Tue, 26 Jul 2016 17:49:34 +0300 Subject: [PATCH] Updated Atom instructions (markdown) --- Atom-instructions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;