-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
Font has changed in new version #404
Comments
What font would you prefer? |
The one used in the previous version was fine to be honest (it may have been Arial). Either way that Verdana font is really old school - I don't think anyone uses it anymore. In Bootstrap 4 it looks like the font stack begins with the system fonts and then uses custom fonts after that. The font size looks a bit small once you remove Verdana, so may need to have a play with the font sizes as well. |
Related to this issue, I upgraded from 2.0.8 to 2.1.0 and noticed the font size shrank drastically (hard to read). |
Yes. Bootstrap was upgraded to v4 and bundled with the extension itself. |
Thanks for the quick reply. I do see the Bootstrap css classes built into the main.css. I deleted the specific web/assets folder, it regenerated, and that seemed to bring back the red and green diff lines. However, it did not help the excessively small [to me] body font-size of .75rem, coming from _reboot.scss. Why is that used, and am I missing something to get back to the default look and feel from 2.0.8? |
Defaults changed in Bootstrap 4. We've managed to tweak most of the styles to look identical to what they were before but it seems not all of them. |
I've just updated to version 2.1.0 and now the font looks horrible :(
Looks like it is using Verdana:
From what I can see, Bootstrap 4 doesn't use Verdana as default, so not sure why this font is being used here. Same issue occurs in the Debug Toolbar.
The text was updated successfully, but these errors were encountered: