Lighten typography
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
<link
|
<link
|
||||||
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
<link rel="stylesheet" href="./styles.css" />
|
<link rel="stylesheet" href="./styles.css" />
|
||||||
|
|||||||
@@ -7,9 +7,9 @@
|
|||||||
--shadow-card: 0 14px 30px rgba(47, 58, 24, 0.12);
|
--shadow-card: 0 14px 30px rgba(47, 58, 24, 0.12);
|
||||||
--shadow-panel: 0 24px 60px rgba(20, 22, 16, 0.22);
|
--shadow-panel: 0 24px 60px rgba(20, 22, 16, 0.22);
|
||||||
--font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
|
--font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
|
||||||
--font-weight-regular: 400;
|
--font-weight-regular: 300;
|
||||||
--font-weight-bold: 700;
|
--font-weight-bold: 500;
|
||||||
--font-weight-black: 900;
|
--font-weight-black: 600;
|
||||||
--radius-button: 999px;
|
--radius-button: 999px;
|
||||||
--radius-panel: 28px;
|
--radius-panel: 28px;
|
||||||
--radius-small: 18px;
|
--radius-small: 18px;
|
||||||
|
|||||||
Reference in New Issue
Block a user