diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index 0ee9e1ea3..37853ca75 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -184,7 +184,7 @@ content : 'ABC'; } - &.OpenSans {font-family : 'Open Sans';} + &.OpenSans {font-family : 'OpenSans';} &.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 f70efed26..4e9ec1afb 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:"Open Sans" Dummy Text}}` + gen : dedent`{{font-family:OpenSans Dummy Text}}` }, { name : 'Code Bold',