mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 02:43:44 +08:00
fix: mac setting theme font-famil not working (#632)
This commit is contained in:
parent
609da457f7
commit
88dd886687
@ -12,8 +12,8 @@ export const defaultTheme = {
|
||||
warning_color: "#FF9500",
|
||||
success_color: "#06943D",
|
||||
background_color: "#f5f5f5",
|
||||
font_family: `-apple-system, BlinkMacSystemFont,"Microsoft YaHei UI", "Microsoft YaHei", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", ${
|
||||
OS === "windows" ? "twemoji mozilla" : ""
|
||||
font_family: `-apple-system, BlinkMacSystemFont,"Microsoft YaHei UI", "Microsoft YaHei", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji"${
|
||||
OS === "windows" ? ", twemoji mozilla" : ""
|
||||
}`,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user