Remove quotes from generic font-family names
This commit is contained in:
parent
892e6c5716
commit
705ea51fc1
@ -53,11 +53,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
/* use !important to prevent issues with browser extensions that change fonts */
|
font-family: "vspd", "Verdana", sans-serif;
|
||||||
font-family: "vspd", "Verdana", "sans-serif" !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pre, code, .code {
|
pre, code, .code {
|
||||||
/* use !important to prevent issues with browser extensions that change fonts */
|
font-family: "vspd-code", "Courier New", monospace;
|
||||||
font-family: "vspd-code", "Courier New", "monospace" !important;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user