Add system font stack for monospace elements

This commit is contained in:
vimux 2018-05-11 11:09:23 +03:00
parent 56e5a76dbe
commit ed2c108619
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -164,7 +164,7 @@ pre,
code, code,
kbd, kbd,
samp { samp {
font-family: monospace; font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em; font-size: 1em;
} }