Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
πŸ› Fixed editor font in MS Edge (#876)
Browse files Browse the repository at this point in the history
closes TryGhost/Ghost#8867
- removed smart-quotes in the editor.css file
  • Loading branch information
vikaspotluri123 authored and kevinansfield committed Sep 28, 2017
1 parent 4e5fda2 commit 080a3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/layouts/editor.css
Expand Up @@ -476,7 +476,7 @@
.gh-editor .CodeMirror pre {
padding: 0;
color: color(var(--darkgrey) l(+5%));
font-family: β€œConsolas”, monaco, monospace;
font-family: "Consolas", monaco, monospace;
font-size: 1.6rem;
}

Expand Down

0 comments on commit 080a3a1

Please sign in to comment.