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