-
Notifications
You must be signed in to change notification settings - Fork 13
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
Documentation not visible due to font colors #36
Comments
From montagejs/collections#99 (comment)
|
Oh no! Would you mind opening the console ( |
Ah, sorry, could you click the Console tab? |
Do you still want me to take a console shot? |
Wow, that's weird. Looks like a Chrome rendering bug. What version of Chrome are you using? |
It could be a chrome rendering bug as you mentioned. I can see in dev tools inspector that the font color is black but nothing is displayed on screen. Not sure which rule though.. will try to do a bit more debugging.. |
I think I found the issue. I edited the styles.css and looks like this line is causing the issue. Not sure if this is because chrome is not falling back to default fonts: body { |
Very strange.. but looks like Chrome on Windows has a problem with that "Fira" font. Do you mind testing another font, maybe Open Sans? In the DevTools could you change it to this: @import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700);
body {
font-family: 'Open Sans', sans-serif;
} and see if the font loads? It should look like this: |
The documentation on www.collectionsjs.com is not visible due to the styles.css file..
The text was updated successfully, but these errors were encountered: