Twice the Monospace, not half the size

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7296 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2021-08-18 17:53:51 +00:00
parent 576d26d1b4
commit d4306769b9
2 changed files with 5 additions and 4 deletions

View file

@ -18,7 +18,8 @@ h4 {
font-size: 120%;
}
pre {
font-family: Courier New, Courier, mono;
font-family: Courier New, Courier, monospace,monospace;
font-size: 1.05em;
background-color: #F7F7F7;
padding: 1px;
}