Compare commits
14 Commits
version_7_
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d153c48a5 | ||
| 2f50de3a83 | |||
| bf23f9383d | |||
| cde87c0141 | |||
| fae3df6704 | |||
| 2512d9196a | |||
| 5570a83ed6 | |||
| 8908509402 | |||
| 5bdf7380af | |||
| f02ddbff86 | |||
| bae908e6dc | |||
| d6d7b01b65 | |||
| cdb6f11532 | |||
| 1592628da6 |
@@ -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=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 Tight', 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: 'Inter Tight', 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: 'Inter Tight', sans-serif;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
|
||||
/* Default card/button styles. Template theme.css imports come after this file
|
||||
|
||||
@@ -38,7 +38,7 @@ export default function HomePage() {
|
||||
quote="Photography is not just about capturing a moment, but about telling a story that lasts forever."
|
||||
author="Jane Doe"
|
||||
role="Lead Photographer"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110063.jpg"
|
||||
imageSrc="https://placehold.co/800x600/e2e8f0/1e293b?text=PH_FourThirds"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user