apply monospace font correctly

This commit is contained in:
Matthew Hodgson 2019-05-19 17:41:18 +01:00
parent 069a5a9546
commit e48cc44cba
3 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,10 @@
to native Emoji fonts (if any) to ensure cross-browser consistency */
$font-family: Nunito, Arial, Helvetica, Sans-Serif, 'Twemoji Mozilla';
// XXX: In theory this should be Fira, but it's a bit ugly.
// TODO: make it consistent cross-browser
$monospace-font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace, 'Twemoji Mozilla';
// unified palette
// try to use these colors when possible
$accent-color: #03b381;