-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing the fonts #14
Comments
The font is currently part of the theme, so you'd need to create a minimal custom theme https://github.com/otsaloma/catapult/blob/master/doc/themes.md
sans-serif and monospace might give you the system defaults, not sure. You can also try ui-sans-serif and ui-monospace. Maybe these should be configurable easier, but not really sure how well it works configuring the font alone. Testing is welcome and I'm open to suggestions. Also, if you're wondering why it's not using the system fonts by default, my observation was that system fonts often work well at the small sizes they're primarily used, but at bigger sizes, like in catapult, fancier fonts with a bit more detail seem to work better. And then there's people who don't use a terminal and haven't configured the system default monospace font which could then be some lousy distro or desktop default. |
Thank you for your fast reply. Everything is great now. |
Nice to hear. I'll keep this issue open to track making this easier. |
Still, I have this setup:
And 'input-entry' seems to still be monospace, what I am doing wrong? Other two fonts changed well. |
Oh, sorry, that was for the latest development version, I just changed the structure two weeks ago: b03a524 You can make it like below and it should work with both the latest release and the upcoming one.
Also if you need bold, the proper CSS syntax is:
|
Thanks, it's awesome with current build, I really like it |
Hello everyone. I just installed Catapult on Solus, it works well, but how do i change the font from monospace to default system-wide font?
The text was updated successfully, but these errors were encountered: