From 34d634a34979b292b30006e6a6092d36f1a77284 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Fri, 1 May 2026 15:17:30 -0500 Subject: [PATCH] Fix font snippet "Open Sans" Previously it was using 'OpenSans' as the font name, when it's actually 'Open Sans'. --- client/homebrew/editor/snippetbar/snippetbar.less | 2 +- themes/V3/Blank/snippets.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index 37853ca75..0ee9e1ea3 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -184,7 +184,7 @@ content : 'ABC'; } - &.OpenSans {font-family : 'OpenSans';} + &.OpenSans {font-family : 'Open Sans';} &.CodeBold {font-family : 'CodeBold';} &.CodeLight {font-family : 'CodeLight';} &.ScalySansRemake {font-family : 'ScalySansRemake';} diff --git a/themes/V3/Blank/snippets.js b/themes/V3/Blank/snippets.js index 4e9ec1afb..f70efed26 100644 --- a/themes/V3/Blank/snippets.js +++ b/themes/V3/Blank/snippets.js @@ -820,7 +820,7 @@ export default [ { name : 'Open Sans', icon : 'font OpenSans', - gen : dedent`{{font-family:OpenSans Dummy Text}}` + gen : dedent`{{font-family:"Open Sans" Dummy Text}}` }, { name : 'Code Bold',