Update Firefox version to 134.0.2 in README and configuration files; adjust CSS font-family for macOS.

This commit is contained in:
mr. m
2025-01-20 22:14:38 +00:00
parent ef32e5f990
commit 6c028d8511
5 changed files with 20 additions and 26 deletions

View File

@@ -189,15 +189,9 @@
);
/** Other theme-related styles */
font-family:
SF Pro,
ui-sans-serif,
system-ui,
sans-serif,
Apple Color Emoji,
Segoe UI Emoji,
Segoe UI Symbol,
Noto Color Emoji;
@media (-moz-platform: macos) {
font-family: "SF Pro";
}
}
@media (prefers-color-scheme: dark) {