senecajs / senecajs.org

Documentation site for Seneca.js
MIT License
28 stars 52 forks source link

CSS is incorrectly specifying 'monospaced' #301

Open wezm opened 7 years ago

wezm commented 7 years ago

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