mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-23 19:36:53 +00:00
Merge pull request #1293 from def-/website-monospace
Use monospace as fallback font on website
This commit is contained in:
@@ -93,7 +93,7 @@ html, body {
|
||||
border-left:10px solid #8f9698;
|
||||
background:#f3f6f8;
|
||||
font-size:15px;
|
||||
font-family:courier;
|
||||
font-family:courier, monospace;
|
||||
letter-spacing:0;
|
||||
line-height:17px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user