Use monospace font for source.

This commit is contained in:
Tom Alexander 2024-01-27 22:15:31 -05:00
parent d73f344dd0
commit f60725b341
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo,
Consolas, "DejaVu Sans Mono", monospace;
font-size: 0.8rem;
}
}