From 2fd2ccfe1430d6b60e300e1d62e080574f899b8d Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Fri, 12 Jan 2024 11:59:16 -0500 Subject: [PATCH] Tweak Font snippets to have ABC --- client/homebrew/editor/snippetbar/snippetbar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index e91c78e7b..c6f3152a7 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -139,7 +139,7 @@ height : auto; &::before { font-size : 1.4em; - content : 'F'; + content : 'ABC'; } &.OpenSans {font-family : 'OpenSans';}