From 07de39c96a8241796a3d491a22707bef6c50acb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20M=C3=BCck?= <s8nimuec@stud.uni-saarland.de> Date: Sat, 30 Jul 2022 14:34:10 +0000 Subject: [PATCH] Add "Fira Code Retina" instructions for Linux see https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions --- docs/editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/editor.md b/docs/editor.md index 0933ff190..5ba7e03da 100644 --- a/docs/editor.md +++ b/docs/editor.md @@ -425,7 +425,7 @@ commands and keyboard shortcuts. To use unicode you need a font that supports all the symbols, such as [Fira Code](https://github.com/tonsky/FiraCode/wiki/Installing). Download and install the font, and in VS Code press `Cmd ,` or `Ctrl ,` to go to the settings, search -for "font", and use "FiraCode-Retina" as the font-family and optionally enable +for "font", and use "FiraCode-Retina" on macOS or "Fira Code Retina" on Linux as the font-family and optionally enable ligatures. ### Unicode input setup -- GitLab