1
0
mirror of https://github.com/moparisthebest/xeps synced 2025-01-30 23:10:10 -05:00

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

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; */