From 62b31db75c12cc736cf5ea58077994453cac79f5 Mon Sep 17 00:00:00 2001 From: Joe Leach Date: Mon, 16 Oct 2017 17:06:56 +0100 Subject: [PATCH] Updated Chromium devtools instructions (markdown) --- Chromium-devtools-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chromium-devtools-instructions.md b/Chromium-devtools-instructions.md index d59bf12..e079af3 100644 --- a/Chromium-devtools-instructions.md +++ b/Chromium-devtools-instructions.md @@ -5,6 +5,6 @@ This process works by getting access to devtools stylesheets using custom themes 1. install the Fira Code font on your machine 1. follow steps to install a custom devtools theme, e.g. [zerodarkmatrix](https://github.com/mauricecruz/chrome-devtools-zerodarkmatrix-theme) 1. find the appropriate stylesheet `stable.css` or `canary.css` in your browser's `Extensions` directory on your file system -1. edit the section `CodeMirror-code` to include `font-family:"Fira-Code"` +1. edit the section `CodeMirror-code` to include `font-family:"Fira Code"` Voila