Browse Source

fix: Adjust font order

wonfen 1 năm trước cách đây
mục cha
commit
e347675265
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/_theme.tsx

+ 1 - 1
src/pages/_theme.tsx

@@ -8,7 +8,7 @@ export const defaultTheme = {
   error_color: "#d32f2f",
   warning_color: "#ed6c02",
   success_color: "#2e7d32",
-  font_family: `"twemoji mozilla", "Roboto", "Helvetica", "Arial", sans-serif`,
+  font_family: `"Roboto", "Helvetica", "Arial", sans-serif, "twemoji mozilla"`,
 };
 
 // dark mode