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:
parent
c3d635c811
commit
aa77296823
@ -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; */
|
||||
|
Loading…
Reference in New Issue
Block a user