orderedlist/modernist

Add monospace to font-family of code and pre, Ubuntu and other Linux distros use variable-width fonts otherwise.

CetinSert opened this issue · 0 comments

Without the addition shown in this screenshot:

modernist code, pre { font-family: ..., monospace }

Ubuntu and other Linux distros use variable-widths fonts as no other font-family matches on these systems:

modernist code, pre { font-family: ... }