We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is a part of the screen shot of https://ruby.github.io/rdoc/.
The color of texts in a code block is black, so we cannot read it.
Under certain conditions, Firefox cannot render Source Code Pro font correctly: it ignores specified font color. https://bugzilla.mozilla.org/show_bug.cgi?id=1520157
To solve it, Adobe released an new version of Source Code Pro: adobe-fonts/source-code-pro#217 (comment)
Although the bug of Firefox still remain, the new version of Source Code Pro will work as expected.
The version of Source Code Pro used in rdoc is too old. Replacing it with the new version will resolve this issue! https://github.com/adobe-fonts/source-code-pro/releases
The text was updated successfully, but these errors were encountered:
Thank you for your reporting!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Problem
Here is a part of the screen shot of https://ruby.github.io/rdoc/.
The color of texts in a code block is black, so we cannot read it.
Cause
Under certain conditions, Firefox cannot render Source Code Pro font correctly: it ignores specified font color.
https://bugzilla.mozilla.org/show_bug.cgi?id=1520157
To solve it, Adobe released an new version of Source Code Pro:
adobe-fonts/source-code-pro#217 (comment)
Although the bug of Firefox still remain, the new version of Source Code Pro will work as expected.
Solution
The version of Source Code Pro used in rdoc is too old.
Replacing it with the new version will resolve this issue!
https://github.com/adobe-fonts/source-code-pro/releases
The text was updated successfully, but these errors were encountered: