mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00: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
@ -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…
x
Reference in New Issue
Block a user