Pre-launch: Animation
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
|
||||
|
||||
/* typography */
|
||||
body {
|
||||
font-family: $font-primary;
|
||||
// font-family: $font-primary;
|
||||
font-family: "nunito-woff2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-size: $font-size;
|
||||
line-height: 1.6;
|
||||
@@ -22,7 +25,8 @@ h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: $text-dark;
|
||||
font-family: $font-secondary;
|
||||
//font-family: $font-secondary;
|
||||
font-family: "momo-woff2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
@@ -32,7 +36,7 @@ h6 {
|
||||
.content h4,
|
||||
.content h5,
|
||||
.content h6 {
|
||||
font-weight: 600;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
||||
Reference in New Issue
Block a user