Plurrrr

Mon 01 Apr 2019

Code font stack

After reading Nick Galbreath's CSS System Font Stack Monospace v2 I changed the code element font stack for both this blog and my main blog to:

$code-font-stack:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;

Which according to the article is what Bootstrap v4 uses, and Nick as well.