mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-22 19:57:14 +01:00
Add DejaVu Sans Mono
as a font that correctly renders an →
This commit is contained in:
parent
b52499ec8c
commit
b88131a439
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