mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
fix: Adjust font order
This commit is contained in:
@@ -8,7 +8,7 @@ export const defaultTheme = {
|
|||||||
error_color: "#d32f2f",
|
error_color: "#d32f2f",
|
||||||
warning_color: "#ed6c02",
|
warning_color: "#ed6c02",
|
||||||
success_color: "#2e7d32",
|
success_color: "#2e7d32",
|
||||||
font_family: `"twemoji mozilla", "Roboto", "Helvetica", "Arial", sans-serif`,
|
font_family: `"Roboto", "Helvetica", "Arial", sans-serif, "twemoji mozilla"`,
|
||||||
};
|
};
|
||||||
|
|
||||||
// dark mode
|
// dark mode
|
||||||
|
|||||||
Reference in New Issue
Block a user