Fix monospace font when no matching font is available

This commit is contained in:
Jonas Schäfer 2019-04-04 18:30:06 +02:00
parent c3d635c811
commit aa77296823
1 changed files with 1 additions and 1 deletions

View File

@ -743,7 +743,7 @@
samp,
var,
tt {
font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}
/* font-size: 14px; */