-
Notifications
You must be signed in to change notification settings - Fork 678
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
Courier font isn't courier? #652
Courier font isn't courier? #652
Comments
In the documentation (http://tachyons.io/docs/typography/font-family/) both
I don't know if something is missing for one of these or if one should be removed, because now they look the same: |
Yeah, that's my point. Consolas ≠ Courier. The Courier font setting doesn't provide Courier. It gives the same result as the Consolas setting, which does provide Consolas. |
It's just an error in the documentation. For Courier the class is |
Simple enough — the Courier font family provides Consolas, not Courier. This is the "courier" example as in the online documentation:
This is real Courier, as set using dev tools in Chrome:
The text was updated successfully, but these errors were encountered: