Open wezm opened 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:
The CSS rule for monospaced text on the site is:
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: