2 Commits

Author SHA1 Message Date
eccb58d9d3 Update theme fonts 2026-06-24 01:56:23 +00:00
452fff0d06 Update theme fonts 2026-06-24 01:56:18 +00:00

View File

@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import "tailwindcss";
@import "./styles/masks.css";
@import "./styles/animations.css";
@@ -150,7 +150,7 @@ h3,
h4,
h5,
h6 {
font-family: 'DM Sans', sans-serif;
font-family: 'Inter', sans-serif;
}
/* Default card/button styles. Template theme.css imports come after this file