front
All checks were successful
Build and Publish Images / build-and-push (push) Successful in 2m12s
All checks were successful
Build and Publish Images / build-and-push (push) Successful in 2m12s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Montserrat:wght@300;400;500&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');
|
||||
|
||||
*, *::before, *::after {
|
||||
box-sizing: border-box;
|
||||
@@ -25,7 +25,7 @@ body {
|
||||
padding: 0;
|
||||
background: var(--cream);
|
||||
color: var(--text);
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-family: 'Cormorant Garamond', serif;
|
||||
font-weight: 300;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user