Compare commits
3 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| da1eba77a7 | |||
| 33e2fd89a6 | |||
| fd60cd1d3a |
@@ -1,4 +1,4 @@
|
|||||||
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Libre+Baskerville:wght@400;500;600;700&display=swap');
|
||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
@import "./styles/masks.css";
|
@import "./styles/masks.css";
|
||||||
@import "./styles/animations.css";
|
@import "./styles/animations.css";
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
--color-background-accent: var(--background-accent);
|
--color-background-accent: var(--background-accent);
|
||||||
|
|
||||||
/* Fonts */
|
/* Fonts */
|
||||||
--font-sans: 'Inter Tight', sans-serif;
|
--font-sans: 'Inter', sans-serif;
|
||||||
--font-tight: "Inter Tight", sans-serif;
|
--font-tight: "Inter Tight", sans-serif;
|
||||||
--font-mono: monospace;
|
--font-mono: monospace;
|
||||||
|
|
||||||
@@ -137,7 +137,7 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: 'Inter Tight', sans-serif;
|
font-family: 'Inter', sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -150,7 +150,7 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: 'Inter Tight', sans-serif;
|
font-family: 'Libre Baskerville', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Default card/button styles. Template theme.css imports come after this file
|
/* Default card/button styles. Template theme.css imports come after this file
|
||||||
|
|||||||
Reference in New Issue
Block a user