Compare commits
34 Commits
version_5_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 10ef9e5849 | |||
| ca141fea42 | |||
| dac347e73e | |||
| 9482b055b2 | |||
| 62b1ac7557 | |||
| f32bd2893b | |||
| 0bd0e3ac2f | |||
| 8e48f6a57a | |||
| 2793d5fc43 | |||
| 957eb590b2 | |||
| 6d2470e789 | |||
| 9d6d553f5a | |||
| e3b0d1ebe0 | |||
| 9e250ad658 | |||
| 91f59458c7 | |||
| 6830810765 | |||
| 0692e963b5 | |||
|
|
c8d28427e3 | ||
| a64f378f46 | |||
| 8dcb651bca | |||
| acf9b7643d | |||
| 230f39baba | |||
| 211ca18cf3 | |||
| d749a3322e | |||
| 32b2bdd013 | |||
| b0c424dc93 | |||
| e3a36931fd | |||
| 4dded319f6 | |||
| 007411ec68 | |||
| 608b42c09d | |||
| c3572f2257 | |||
| 211e072090 | |||
| 1c7227ecae | |||
| 2fe07e7124 |
@@ -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=Montserrat:wght@400;500;600;700&display=swap');
|
||||
@import "tailwindcss";
|
||||
@import "./styles/masks.css";
|
||||
@import "./styles/animations.css";
|
||||
@@ -88,7 +88,7 @@
|
||||
--color-background-accent: var(--background-accent);
|
||||
|
||||
/* Fonts */
|
||||
--font-sans: 'Inter', sans-serif;
|
||||
--font-sans: 'Montserrat', sans-serif;
|
||||
--font-tight: "Inter Tight", sans-serif;
|
||||
--font-mono: monospace;
|
||||
|
||||
@@ -137,7 +137,7 @@ body {
|
||||
margin: 0;
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -150,7 +150,7 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: 'DM Sans', sans-serif;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
|
||||
/* Default card/button styles. Template theme.css imports come after this file
|
||||
|
||||
Reference in New Issue
Block a user