diff --git a/src/fonts/inter/Inter-Black.woff2 b/src/fonts/inter/Inter-Black.woff2 new file mode 100644 index 00000000..68f64c9e Binary files /dev/null and b/src/fonts/inter/Inter-Black.woff2 differ diff --git a/src/fonts/inter/Inter-Bold.woff2 b/src/fonts/inter/Inter-Bold.woff2 new file mode 100644 index 00000000..2846f29c Binary files /dev/null and b/src/fonts/inter/Inter-Bold.woff2 differ diff --git a/src/fonts/inter/Inter-Light.woff2 b/src/fonts/inter/Inter-Light.woff2 new file mode 100644 index 00000000..bc4be665 Binary files /dev/null and b/src/fonts/inter/Inter-Light.woff2 differ diff --git a/src/fonts/inter/Inter-Regular.woff2 b/src/fonts/inter/Inter-Regular.woff2 new file mode 100644 index 00000000..6c2b6893 Binary files /dev/null and b/src/fonts/inter/Inter-Regular.woff2 differ diff --git a/src/fonts/inter/Inter.var.woff2 b/src/fonts/inter/Inter.var.woff2 deleted file mode 100644 index 365eedc5..00000000 Binary files a/src/fonts/inter/Inter.var.woff2 and /dev/null differ diff --git a/theme.json b/theme.json index c75be7b0..1f92987c 100644 --- a/theme.json +++ b/theme.json @@ -45,24 +45,47 @@ "fontFamilies": [ { "fontFamily": "Inter, sans-serif", - "name": "Body", - "slug": "body", + "name": "Headline", + "slug": "headline", "fontFace": [ { "fontFamily": "Inter", - "fontStretch": "normal", "fontStyle": "normal", - "fontWeight": "300 400 700 900", + "fontWeight": "300", "src": [ - "file:./src/fonts/inter/Inter.var.woff2" + "file:./src/fonts/inter/Inter-Light.woff2" + ] + }, + { + "fontFamily": "Inter", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./src/fonts/inter/Inter-Regular.woff2" + ] + }, + { + "fontFamily": "Inter", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./src/fonts/inter/Inter-Bold.woff2" + ] + }, + { + "fontFamily": "Inter", + "fontStyle": "normal", + "fontWeight": "900", + "src": [ + "file:./src/fonts/inter/Inter-Black.woff2" ] } ] }, { "fontFamily": "Oxygen, sans-serif", - "name": "Headline", - "slug": "headline", + "name": "Body", + "slug": "body", "fontFace": [ { "fontFamily": "Oxygen", @@ -136,10 +159,10 @@ }, { "fluid": { - "min": "4rem", - "max": "7rem" + "min": "2.25rem", + "max": "4rem" }, - "size": "7rem", + "size": "4rem", "slug": "xx-large", "name": "XX Large" }