Compare commits
29 Commits
version_9_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4702aa806f | |||
| 16b7485f72 | |||
| d33fedf40f | |||
| 2a5b3f9610 | |||
| ba81f50c91 | |||
| 3b76db0f21 | |||
| ab0926debe | |||
| 803b1eecc4 | |||
| 5875bd3253 | |||
| 8afaea7e78 | |||
| f3265b9827 | |||
| 6bb7094bf8 | |||
| 15ab774511 | |||
| 6e2904de49 | |||
| ce88210a23 | |||
| 9942fb87ea | |||
| 553d39cf9b | |||
| 9e99d8634a | |||
| e09f8cc462 | |||
| 897f0d1e57 | |||
| 279a6c2b2b | |||
| 15720686fb | |||
| ad6a7dda3d | |||
| c3f1d8580c | |||
| dba9e079e2 | |||
| 9be50b3fe6 | |||
|
|
2b7058f627 | ||
| fea1e4981c | |||
| b93481e883 |
@@ -1,4 +1,4 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&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: 'Lato', sans-serif;
|
||||
--font-sans: 'Inter', 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: 'Lato', sans-serif;
|
||||
font-family: 'Inter', sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -150,7 +150,7 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: 'Lato', 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