Fix CSS font-family quotes for macOS and standardize string quotes in ZenGlanceManager

This commit is contained in:
mr. m
2025-01-20 22:23:02 +00:00
parent 6c028d8511
commit 7edce1967f
2 changed files with 5 additions and 5 deletions

View File

@@ -190,7 +190,7 @@
/** Other theme-related styles */
@media (-moz-platform: macos) {
font-family: "SF Pro";
font-family: 'SF Pro';
}
}