mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
remove serif fallback from code,pre
this was about an ancient Safari / WebKit bug as I recall https://www.webkit.org/blog/67/strange-medium/
This commit is contained in:
parent
736ac30071
commit
dca10468d6
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ body {
|
|||
}
|
||||
|
||||
code, pre {
|
||||
font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
|
||||
font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
|
|
Loading…
Reference in a new issue