org-spec icon indicating copy to clipboard operation
org-spec copied to clipboard

No fallback font in pre elements

Open AlexDaniel opened this issue 8 years ago • 1 comments

It is:

pre {
    font-family: Inconsolata;
    …
}

It should be:

pre {
    font-family: Inconsolata, monospace;
    …
}

AlexDaniel avatar Oct 04 '16 02:10 AlexDaniel

Thanks, will push update asap

postspectacular avatar Aug 29 '18 23:08 postspectacular