Add DejaVu Sans Mono as a font that correctly renders an

This commit is contained in:
MareStare 2025-03-18 22:36:57 +00:00
parent b52499ec8c
commit b88131a439

View file

@ -40,7 +40,7 @@
Uncomment 'Courier New' below to test it.
*/
font-weight: bold;
font-family: /* "Courier New", */ "Consolas", "Droid Sans Mono", "Noto Sans Mono", monospace;
font-family: /* "Courier New" */ "Consolas", "DejaVu Sans Mono", "Droid Sans Mono", "Noto Sans Mono", monospace;
background: var(--autocomplete-background);
/* Borders */