mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-25 05:00:57 +01:00
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:
commit
a3ab0d2b41
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue