mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-17 15:21:53 +00:00
Fix CSS font-family quotes for macOS and standardize string quotes in ZenGlanceManager
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
|
||||
/** Other theme-related styles */
|
||||
@media (-moz-platform: macos) {
|
||||
font-family: "SF Pro";
|
||||
font-family: 'SF Pro';
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user