From 287d2e2729a4360b870d984f6f01cbb696e1b944 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Wed, 29 Jul 2020 22:35:57 +0200 Subject: [PATCH] Use twemoji in editor Signed-off-by: Tilman Vatteroth --- src/components/editor/editor-window/editor-window.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/editor/editor-window/editor-window.scss b/src/components/editor/editor-window/editor-window.scss index 0834de02c..b0ee495ac 100644 --- a/src/components/editor/editor-window/editor-window.scss +++ b/src/components/editor/editor-window/editor-window.scss @@ -2,7 +2,7 @@ @import './one-dark.css'; .CodeMirror { - font-family: "Source Code Pro", Consolas, monaco, monospace; + font-family: "Source Code Pro", "twemoji", Consolas, monaco, monospace; letter-spacing: 0.025em; line-height: 1.25; font-size: 18px;