Pre-launch: Animation
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
@font-face {
|
||||
font-family: "momo-woff2";
|
||||
src: url("/fonts/momo.woff2") format("woff2");
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "nunito-woff2";
|
||||
src: url("/fonts/nunito.woff2") format("woff2");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
{{ with site.Params.variables }}
|
||||
// Color variables
|
||||
$color-primary: {{.color_primary}};
|
||||
@@ -12,8 +28,8 @@ $light: {{.light}};
|
||||
|
||||
// Font Variables
|
||||
$font-size: {{.font_size}};
|
||||
$font-primary: '{{ replaceRE ":wght@[0-9;]+" "" .font_primary }}', {{.font_primary_type}};
|
||||
$font-secondary: '{{ replaceRE ":wght@[0-9;]+" "" .font_secondary }}', {{.font_secondary_type}};
|
||||
$font-primary: "nunito-woff2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;;
|
||||
$font-secondary: "momo-woff2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;;
|
||||
$icon-font: '{{.font_icon}}';
|
||||
{{ end }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user