Compare commits
23 Commits
version_21
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 86ff0b370b | |||
| cd7e36094a | |||
| 257726eb07 | |||
| 8cdcb2353b | |||
| 79228c7352 | |||
| ff060c56b6 | |||
| 232b7f152c | |||
| cd161e0dab | |||
| 164a506e2d | |||
| 3f4c6e4363 | |||
| ef10ca895b | |||
| a1cddc8624 | |||
| 43c53e086e | |||
| c665f8d77a | |||
| 0ef6999f03 | |||
| e6863a995a | |||
| 5eca4700dc | |||
| b29f00e68a | |||
| 8129922941 | |||
| d76ace633e | |||
| 30020c5aed | |||
| aa30bf8477 | |||
| ddb1ee70da |
@@ -1,4 +1,4 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Poppins: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: 'Montserrat', sans-serif;
|
||||
--font-sans: 'Poppins', 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: 'Montserrat', sans-serif;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -150,7 +150,7 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
}
|
||||
|
||||
/* Default card/button styles. Template theme.css imports come after this file
|
||||
|
||||
Reference in New Issue
Block a user