From 490f83a4ff897ae6e2a96fd4aac00e7a72c625ef Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Sun, 22 Mar 2015 09:45:50 +0200 Subject: [PATCH] Update monospace font stack Closes #4936 --- core/client/app/styles/modules/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/client/app/styles/modules/variables.scss b/core/client/app/styles/modules/variables.scss index 042d9a8b82..84b3269180 100644 --- a/core/client/app/styles/modules/variables.scss +++ b/core/client/app/styles/modules/variables.scss @@ -34,7 +34,7 @@ $box-shadow: rgba(0,0,0,0.05) 0 1px 5px; $settings-menu-transition: 0.4s; $settings-menu-bezier: 0.1, 0.7, 0.1, 1; $font-family: 'Open Sans', sans-serif; -$font-family-mono: Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace; +$font-family-mono: Consolas, "Liberation Mono", Menlo, Courier, monospace; //