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