Force Lucida Grande in Quick Format on non-Retina Macs for Catalina
This commit is contained in:
parent
5723683b3b
commit
86d924df9e
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
/* Force use of Lucida on non-Retina displays for Catalina */
|
||||||
|
@media (max-resolution: 1.0dppx) {
|
||||||
|
html > body {
|
||||||
|
font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, -apple-system, sans-serif !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
line-height: 1.45em;
|
line-height: 1.45em;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
|
Loading…
Reference in a new issue