Resolve "Liberation Mono weird font rendering on Fedora/openSUSE/other Linux distros"

This commit is contained in:
Annabel Dunstone Gray 2017-07-07 19:55:28 +00:00 committed by Clement Ho
parent e81358b3b7
commit ccc970431b
2 changed files with 5 additions and 1 deletions

View File

@ -265,7 +265,7 @@ $diff-view-modes-border: #c1c1c1;
/*
* Fonts
*/
$monospace_font: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace;
$monospace_font: 'Menlo', 'DejaVu Sans Mono', 'Liberation Mono', 'Consolas', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace;
$regular_font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
/*

View File

@ -0,0 +1,4 @@
---
title: Change order of monospace fonts to fix bug on some linux distros
merge_request:
author: