-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
If a Windows user has the Helvetica Neue family installed, it defaults to Ultra Light (which is not easy to read) #3629
Comments
I haven't seen this as an issue anytime—normally they'll just get shit rendering. I imagine this is due to the user's font file, judging by the font name here. We'll keep a look out for this, but for now it isn't something we'll address in the BS core. |
+1 for this. Hit this problem, but with "Helvetica Neue Bold". All windows users had bold font by default. |
Yes, it's an easy enough issue to fix with the patch I suggested above, so if you have any visitors who use Windows and might have any of the Helvetica Neue family installed, I think it's worth making the change. |
Thanks for posting this, had the same issue. Doesn't happen in Chrome but does in FF, IE, etc. on Win7. |
As web dev this is my Helvetica collection According to explanation Helvetica Neue" in the CSS causes the browser to choose the first font in the family, I am defaulting to and here is the issue we are running in to with Joomla 3.0 pre release |
In your css files just do a find and replace: Find: This will solve the problem. Since this issue is now closed I don't know if the developers will see these updates. Maybe it's worth re-adding it as an Issue? |
Il add new one thnx for advising did not see closed |
This reverts commit e17563a.
The default font in Bootstrap is Helvetica Neue, which is not installed by default on Windows computers, but if a Windows user does have the family installed, the "Helvetica Neue" in the CSS causes the browser to choose the first font in the family, which happens to be the Ultra Light weight and is not very easy to read.
I suggest changing the font-family declarations to the following which will get the expected font on both Mac and Windows:
The text was updated successfully, but these errors were encountered: