Merge pull request #465 from MareStare/feat/better-autocomplete-font

Add `DejaVu Sans Mono` as a font that correctly renders an `→`
This commit is contained in:
liamwhite 2025-03-18 18:44:24 -04:00 committed by GitHub
commit a3ab0d2b41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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