Skip to content
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

CSS is incorrectly specifying 'monospaced' #301

Open
wezm opened this issue May 14, 2017 · 0 comments
Open

CSS is incorrectly specifying 'monospaced' #301

wezm opened this issue May 14, 2017 · 0 comments

Comments

@wezm
Copy link

wezm commented May 14, 2017

The CSS rule for monospaced text on the site is:

pre, code {
    font-family: Menlo, Monaco, Consolas, monospaced;
}

On my Linux machine I don't have Menlo, Monace or Consolas and the last family name should be the generic font family name monospace. As a result all the text is falling back on the default serif browser font:

screenshot from 2017-05-15 09-19-23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant