Attempt to fix monospace font size with font-size-adjust
This commit is contained in:
parent
2b6932fade
commit
5e93a8ddaf
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ code, pre {
|
||||||
"Droid Sans Mono", "Source Code Pro",
|
"Droid Sans Mono", "Source Code Pro",
|
||||||
monospace;
|
monospace;
|
||||||
|
|
||||||
font-size: 14px;
|
font-size-adjust: 0.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
Loading…
Reference in a new issue