diff --git a/assets/fonts/InterVariable-Italic.woff2 b/assets/fonts/InterVariable-Italic.woff2 new file mode 100644 index 0000000..f22ec25 Binary files /dev/null and b/assets/fonts/InterVariable-Italic.woff2 differ diff --git a/assets/fonts/InterVariable.woff2 b/assets/fonts/InterVariable.woff2 new file mode 100644 index 0000000..22a12b0 Binary files /dev/null and b/assets/fonts/InterVariable.woff2 differ diff --git a/theme.json b/theme.json index 968ed3e..02b4d62 100644 --- a/theme.json +++ b/theme.json @@ -90,6 +90,61 @@ "slug": "system", "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif" }, + { + "name": "Inter", + "slug": "inter", + "fontFamily": "Inter, sans-serif", + "fontFace": [ + { + "fontFamily": "Inter", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/InterVariable.woff2" + ] + }, + { + "fontFamily": "Inter", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/InterVariable-Italic.woff2" + ] + }, + { + "fontFamily": "Inter", + "fontStyle": "normal", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/InterVariable.woff2" + ] + }, + { + "fontFamily": "Inter", + "fontStyle": "italic", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/InterVariable-Italic.woff2" + ] + }, + { + "fontFamily": "Inter", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/InterVariable.woff2" + ] + }, + { + "fontFamily": "Inter", + "fontStyle": "italic", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/InterVariable-Italic.woff2" + ] + } + ], + }, { "fontFace": [ {