-
Notifications
You must be signed in to change notification settings - Fork 85
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
Code examples unreadable (dark background color) #241
Comments
It's probably I removed the old font and installed the new one, and the problem went away. brew uninstall font-source-code-pro
brew install font-source-code-pro
|
I also had the same issue and @yukithm's advice worked for me. I confirmed that Chrome was rendering the text in a bugged version of Source Code Pro. Reinstalling the font from I think this can be closed. |
I don't think it's the responsibility of the web user to change things so that a website is readable. Given that there is a known problem with this font, a different font should be used (or a different color scheme/style so that the problem doesn't happen. Since this hasn't been fixed, this shouldn't be closed. (FYI @trent-boyd : I don't have a brew cask for the font; I didn't use brew to install it. So @yukithm's approach doesn't apply for me.) |
The updated version is also on NPM, but this issue was fixed 9 months ago. I'm sure you can find the update for the font in the same way you installed it. You could also just uninstall the font entirely (and be served the webfont instead) or install Consolas since it's higher in the stack. |
The On macOS, I opened the application |
The background color for code examples on lodash.com is black which makes the examples totally unreadable. See the 2 screenshots below.
The style that seems to be causing the problem:
I haven't delved into
assets/css/_variables.scss
or any other.scss
files, so the actual root of the problem could certainly be something that indirectly leads to defining that style with those values.I verified this with both Chrome (Version 91.0.4472.77 (Official Build) (x86_64)) and Firefox (87.0 (64-bit)).
home page:
Array chunk:
--
The text was updated successfully, but these errors were encountered: