mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
Add system font stack for monospace elements
This commit is contained in:
parent
56e5a76dbe
commit
ed2c108619
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ pre,
|
|||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace;
|
||||
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue