-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add an option to choose an alternative Font for Sheets #1473
Labels
enhancement
New feature or request
Comments
Thank you for checking it appears the default cursive font is harder to read on non Windows devices at the sizes used. |
|
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I would like to have an option to change the font and its styling for all sheets (or individual sheets if easy to implement) from those that are available for the browser/system to use.
Context.
Current default (that I dug from browser using Web Developer Tools on Firefox:) is
font-family: customSheetFont,Bradley Hand,cursive;
. This font shows as really tiny squiggly cursive font that is hard to read at glance on my system (I specified this as none of my players are having this issue). Here is a screenshot of the font from player's character sheet.Instead of asking everyone to change from this stylistic choise, I'd appreciate for having the option to change the sheet font system wide or alternatively having an "easier to read" fallback font. I'm not sure if this issue comes from my machine not actually having that Bradley Hand font, not parsing it properly or my players' machines not having the font or not parsing it.
Having the option to choose the font or fallback font for the sheets would help those who have difficulties with pattern recognition, dyslexia or just hard time seeing small text. Small font is small even when zooming with browser's in built view but that in turn scales everything (tokens, map, interface etc.).
Possible Implementation.
I'm not a front-end developer nor have really good grasp of javascript/typescript so my suggestions are more thoughts than actual implementations recommendations:
Configure Settings
for defining default/custom sheet font those available for the host system/user browserThe text was updated successfully, but these errors were encountered: