Customize fonts on Windows 7
verysame opened this issue · 5 comments
This looks great!
How can I customize the fonts on Windows 7?
I'm changing this:
--default-font: var(--light-sans-font);
into this:
--default-font: var(--Roboto Mono-font);
But I don't see any difference.
Even using a default system font, like verdana, doesn't change it:
--default-font: var(--Verdana-font);
I would actually leave it as is, the only problem right now is that there's a very subtle difference between the normal font and the bold font, so it's hard to tell which messages are unread.
Any hints?
Try:
--default-font: "Roboto Mono";
Awesome! That works.
What's the right syntax for the size?
I'm trying:
--default-font-size: 16px;
That sounds right, though I could be wrong.
Thanks for helping, qwertychouskie.
I'll try something else as the font-size syntax above doesn't work.