From c2312f87c6f577ed750b0411a333ea06b68bf800 Mon Sep 17 00:00:00 2001 From: Jeff Ong Date: Thu, 5 Sep 2024 16:45:32 -0400 Subject: [PATCH 1/7] Move font family definitions into respective typography presets. --- styles/typography/typography-preset-1.json | 156 +++++ styles/typography/typography-preset-2.json | 148 +++++ styles/typography/typography-preset-3.json | 260 +++++++++ styles/typography/typography-preset-4.json | 84 +++ styles/typography/typography-preset-5.json | 276 +++++++++ styles/typography/typography-preset-6.json | 228 ++++++++ styles/typography/typography-preset-7.json | 276 +++++++++ theme.json | 649 --------------------- 8 files changed, 1428 insertions(+), 649 deletions(-) diff --git a/styles/typography/typography-preset-1.json b/styles/typography/typography-preset-1.json index 5188663c..593e028f 100644 --- a/styles/typography/typography-preset-1.json +++ b/styles/typography/typography-preset-1.json @@ -3,6 +3,162 @@ "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Beiruti & Literata", "slug": "typography-preset-1", + "settings": { + "typography": { + "fontFamilies": [ + { + "name": "Beiruti", + "slug": "beiruti", + "fontFamily": "Beiruti, sans-serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/beiruti/Beiruti-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Beiruti" + }, + { + "src": [ + "file:./assets/fonts/beiruti/Beiruti-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "Beiruti" + }, + { + "src": [ + "file:./assets/fonts/beiruti/Beiruti-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "Beiruti" + } + ] + }, + { + "name": "Literata", + "slug": "literata", + "fontFamily": "Literata, serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-ExtraLightItalic.woff2" + ], + "fontWeight": "200", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-LightItalic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-SemiBoldItalic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "Literata" + } + ] + } + ] + } + }, "styles": { "typography": { "fontFamily": "var:preset|font-family|literata", diff --git a/styles/typography/typography-preset-2.json b/styles/typography/typography-preset-2.json index 78ba9c78..5bd9ef9c 100644 --- a/styles/typography/typography-preset-2.json +++ b/styles/typography/typography-preset-2.json @@ -3,6 +3,154 @@ "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Vollkorn & Fira Code", "slug": "typography-preset-2", + "settings": { + "typography": { + "fontFamilies": [ + { + "name": "Vollkorn", + "slug": "vollkorn", + "fontFamily": "Vollkorn, serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-Italic.woff2" + ], + "fontWeight": "400", + "fontStyle": "italic", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "Vollkorn" + } + ] + }, + { + "name": "Fira Code", + "slug": "fira-code", + "fontFamily": "\"Fira Code\", monospace", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/fira-code/FiraCode-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "\"Fira Code\"" + }, + { + "src": [ + "file:./assets/fonts/fira-code/FiraCode-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "\"Fira Code\"" + }, + { + "src": [ + "file:./assets/fonts/fira-code/FiraCode-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "\"Fira Code\"" + }, + { + "src": [ + "file:./assets/fonts/fira-code/FiraCode-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "\"Fira Code\"" + }, + { + "src": [ + "file:./assets/fonts/fira-code/FiraCode-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "\"Fira Code\"" + } + ] + } + ] + } + }, "styles": { "typography": { "fontFamily": "var:preset|font-family|fira-code", diff --git a/styles/typography/typography-preset-3.json b/styles/typography/typography-preset-3.json index e772d2f5..aec8079f 100644 --- a/styles/typography/typography-preset-3.json +++ b/styles/typography/typography-preset-3.json @@ -3,6 +3,266 @@ "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Platypi & Ysabeau Office", "slug": "typography-preset-3", + "settings": { + "typography": { + "fontFamilies": [ + { + "name": "Platypi", + "slug": "platypi", + "fontFamily": "Platypi", + "fontFace": [ + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/platypi/Platypi-Light.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/platypi/Platypi-LightItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/platypi/Platypi-Italic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/platypi/Platypi-Regular.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/platypi/Platypi-Medium.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/platypi/Platypi-MediumItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/platypi/Platypi-SemiBold.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/platypi/Platypi-SemiBoldItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/platypi/Platypi-Bold.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/platypi/Platypi-BoldItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "800", + "src": [ + "file:./assets/fonts/platypi/Platypi-ExtraBold.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "800", + "src": [ + "file:./assets/fonts/platypi/Platypi-ExtraBoldItalic.woff2" + ] + } + ] + }, + { + "name": "Ysabeau Office", + "slug": "ysabeau-office", + "fontFamily": "\"Ysabeau Office\", sans-serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Thin.woff2" + ], + "fontWeight": "100", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ThinItalic.woff2" + ], + "fontWeight": "100", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraLightItalic.woff2" + ], + "fontWeight": "200", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-LightItalic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic.woff2" + ], + "fontWeight": "400", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-SemiBoldItalic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + } + ] + } + ] + } + }, "styles": { "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", diff --git a/styles/typography/typography-preset-4.json b/styles/typography/typography-preset-4.json index 8b87638f..de5c64b3 100644 --- a/styles/typography/typography-preset-4.json +++ b/styles/typography/typography-preset-4.json @@ -3,6 +3,90 @@ "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Roboto Slab & Manrope", "slug": "typography-preset-4", + "settings": { + "typography": { + "fontFamilies": [ + { + "name": "Manrope", + "slug": "manrope", + "fontFamily": "Manrope, sans-serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/manrope/Manrope-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Manrope" + } + ] + }, + { + "name": "Roboto Slab", + "slug": "roboto-slab", + "fontFamily": "\"Roboto Slab\", serif", + "fontFace": [ + { + "fontFamily": "\"Roboto Slab\"", + "fontStyle": "normal", + "fontWeight": "100 900", + "src": [ + "file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2" + ] + } + ] + } + ] + } + }, "styles": { "typography": { "fontFamily": "var:preset|font-family|manrope", diff --git a/styles/typography/typography-preset-5.json b/styles/typography/typography-preset-5.json index 8a6d60e9..2359eb99 100644 --- a/styles/typography/typography-preset-5.json +++ b/styles/typography/typography-preset-5.json @@ -3,6 +3,282 @@ "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Literata & Ysabeau Office", "slug": "typography-preset-5", + "settings": { + "typography": { + "fontFamilies": [ + { + "name": "Literata", + "slug": "literata", + "fontFamily": "Literata, serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-ExtraLightItalic.woff2" + ], + "fontWeight": "200", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-LightItalic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-SemiBoldItalic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "Literata" + } + ] + }, + { + "name": "Ysabeau Office", + "slug": "ysabeau-office", + "fontFamily": "\"Ysabeau Office\", sans-serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Thin.woff2" + ], + "fontWeight": "100", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ThinItalic.woff2" + ], + "fontWeight": "100", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraLightItalic.woff2" + ], + "fontWeight": "200", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-LightItalic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic.woff2" + ], + "fontWeight": "400", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-SemiBoldItalic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + } + ] + } + ] + } + }, "styles": { "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", diff --git a/styles/typography/typography-preset-6.json b/styles/typography/typography-preset-6.json index 9bd493c2..5831d386 100644 --- a/styles/typography/typography-preset-6.json +++ b/styles/typography/typography-preset-6.json @@ -3,6 +3,234 @@ "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Platypi & Literata", "slug": "typography-preset-6", + "settings": { + "typography": { + "fontFamilies": [ + { + "name": "Platypi", + "slug": "platypi", + "fontFamily": "Platypi", + "fontFace": [ + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/platypi/Platypi-Light.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/platypi/Platypi-LightItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/platypi/Platypi-Italic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/platypi/Platypi-Regular.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/platypi/Platypi-Medium.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/platypi/Platypi-MediumItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/platypi/Platypi-SemiBold.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/platypi/Platypi-SemiBoldItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/platypi/Platypi-Bold.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/platypi/Platypi-BoldItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "800", + "src": [ + "file:./assets/fonts/platypi/Platypi-ExtraBold.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "800", + "src": [ + "file:./assets/fonts/platypi/Platypi-ExtraBoldItalic.woff2" + ] + } + ] + }, + { + "name": "Literata", + "slug": "literata", + "fontFamily": "Literata, serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-ExtraLightItalic.woff2" + ], + "fontWeight": "200", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-LightItalic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-SemiBoldItalic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "Literata" + } + ] + } + ] + } + }, "styles": { "typography": { "fontFamily": "var:preset|font-family|literata", diff --git a/styles/typography/typography-preset-7.json b/styles/typography/typography-preset-7.json index 8691eea6..5546f6cb 100644 --- a/styles/typography/typography-preset-7.json +++ b/styles/typography/typography-preset-7.json @@ -3,6 +3,282 @@ "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Literata & Fira Sans", "slug": "typography-preset-7", + "settings": { + "typography": { + "fontFamilies": [ + { + "name": "Literata", + "slug": "literata", + "fontFamily": "Literata, serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-ExtraLightItalic.woff2" + ], + "fontWeight": "200", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-LightItalic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-SemiBoldItalic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata60pt-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "Literata" + } + ] + }, + { + "name": "Fira Sans", + "slug": "fira-sans", + "fontFamily": "\"Fira Sans\", sans-serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-Thin.woff2" + ], + "fontWeight": "100", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-ThinItalic.woff2" + ], + "fontWeight": "100", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2" + ], + "fontWeight": "200", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-LightItalic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-Italic.woff2" + ], + "fontWeight": "400", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + } + ] + } + ] + } + }, "styles": { "typography": { "fontFamily": "var:preset|font-family|fira-sans", diff --git a/theme.json b/theme.json index 0ef2e680..a5689a18 100644 --- a/theme.json +++ b/theme.json @@ -210,220 +210,6 @@ } ] }, - { - "name": "Literata", - "slug": "literata", - "fontFamily": "Literata, serif", - "fontFace": [ - { - "src": [ - "file:./assets/fonts/literata/Literata60pt-ExtraLightItalic.woff2" - ], - "fontWeight": "200", - "fontStyle": "italic", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata60pt-Light.woff2" - ], - "fontWeight": "300", - "fontStyle": "normal", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata60pt-LightItalic.woff2" - ], - "fontWeight": "300", - "fontStyle": "italic", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata60pt-Regular.woff2" - ], - "fontWeight": "400", - "fontStyle": "normal", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata60pt-MediumItalic.woff2" - ], - "fontWeight": "500", - "fontStyle": "italic", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata-SemiBold.woff2" - ], - "fontWeight": "600", - "fontStyle": "normal", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata-SemiBoldItalic.woff2" - ], - "fontWeight": "600", - "fontStyle": "italic", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata-Bold.woff2" - ], - "fontWeight": "700", - "fontStyle": "normal", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata-BoldItalic.woff2" - ], - "fontWeight": "700", - "fontStyle": "italic", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata-ExtraBold.woff2" - ], - "fontWeight": "800", - "fontStyle": "normal", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata-ExtraBoldItalic.woff2" - ], - "fontWeight": "800", - "fontStyle": "italic", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata60pt-ExtraBold.woff2" - ], - "fontWeight": "800", - "fontStyle": "normal", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata-BlackItalic.woff2" - ], - "fontWeight": "900", - "fontStyle": "italic", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata60pt-Black.woff2" - ], - "fontWeight": "900", - "fontStyle": "normal", - "fontFamily": "Literata" - } - ] - }, - { - "name": "Vollkorn", - "slug": "vollkorn", - "fontFamily": "Vollkorn, serif", - "fontFace": [ - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-Italic.woff2" - ], - "fontWeight": "400", - "fontStyle": "italic", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-Regular.woff2" - ], - "fontWeight": "400", - "fontStyle": "normal", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-Medium.woff2" - ], - "fontWeight": "500", - "fontStyle": "normal", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-MediumItalic.woff2" - ], - "fontWeight": "500", - "fontStyle": "italic", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-SemiBold.woff2" - ], - "fontWeight": "600", - "fontStyle": "normal", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-Bold.woff2" - ], - "fontWeight": "700", - "fontStyle": "normal", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-BoldItalic.woff2" - ], - "fontWeight": "700", - "fontStyle": "italic", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-ExtraBold.woff2" - ], - "fontWeight": "800", - "fontStyle": "normal", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-ExtraBoldItalic.woff2" - ], - "fontWeight": "800", - "fontStyle": "italic", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-Black.woff2" - ], - "fontWeight": "900", - "fontStyle": "normal", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-BlackItalic.woff2" - ], - "fontWeight": "900", - "fontStyle": "italic", - "fontFamily": "Vollkorn" - } - ] - }, { "name": "Fira Code", "slug": "fira-code", @@ -470,441 +256,6 @@ "fontFamily": "\"Fira Code\"" } ] - }, - { - "name": "Fira Sans", - "slug": "fira-sans", - "fontFamily": "\"Fira Sans\", sans-serif", - "fontFace": [ - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-Thin.woff2" - ], - "fontWeight": "100", - "fontStyle": "normal", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-ThinItalic.woff2" - ], - "fontWeight": "100", - "fontStyle": "italic", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-ExtraLight.woff2" - ], - "fontWeight": "200", - "fontStyle": "normal", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2" - ], - "fontWeight": "200", - "fontStyle": "italic", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-Light.woff2" - ], - "fontWeight": "300", - "fontStyle": "normal", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-LightItalic.woff2" - ], - "fontWeight": "300", - "fontStyle": "italic", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-Italic.woff2" - ], - "fontWeight": "400", - "fontStyle": "italic", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-Regular.woff2" - ], - "fontWeight": "400", - "fontStyle": "normal", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-Medium.woff2" - ], - "fontWeight": "500", - "fontStyle": "normal", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-MediumItalic.woff2" - ], - "fontWeight": "500", - "fontStyle": "italic", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-SemiBold.woff2" - ], - "fontWeight": "600", - "fontStyle": "normal", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2" - ], - "fontWeight": "600", - "fontStyle": "italic", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-Bold.woff2" - ], - "fontWeight": "700", - "fontStyle": "normal", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-BoldItalic.woff2" - ], - "fontWeight": "700", - "fontStyle": "italic", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-ExtraBold.woff2" - ], - "fontWeight": "800", - "fontStyle": "normal", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2" - ], - "fontWeight": "800", - "fontStyle": "italic", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-Black.woff2" - ], - "fontWeight": "900", - "fontStyle": "normal", - "fontFamily": "\"Fira Sans\"" - }, - { - "src": [ - "file:./assets/fonts/fira-sans/FiraSans-BlackItalic.woff2" - ], - "fontWeight": "900", - "fontStyle": "italic", - "fontFamily": "\"Fira Sans\"" - } - ] - }, - { - "name": "Ysabeau Office", - "slug": "ysabeau-office", - "fontFamily": "\"Ysabeau Office\", sans-serif", - "fontFace": [ - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-Thin.woff2" - ], - "fontWeight": "100", - "fontStyle": "normal", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-ThinItalic.woff2" - ], - "fontWeight": "100", - "fontStyle": "italic", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraLight.woff2" - ], - "fontWeight": "200", - "fontStyle": "normal", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraLightItalic.woff2" - ], - "fontWeight": "200", - "fontStyle": "italic", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-Light.woff2" - ], - "fontWeight": "300", - "fontStyle": "normal", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-LightItalic.woff2" - ], - "fontWeight": "300", - "fontStyle": "italic", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic.woff2" - ], - "fontWeight": "400", - "fontStyle": "italic", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-Regular.woff2" - ], - "fontWeight": "400", - "fontStyle": "normal", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-Medium.woff2" - ], - "fontWeight": "500", - "fontStyle": "normal", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-MediumItalic.woff2" - ], - "fontWeight": "500", - "fontStyle": "italic", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-SemiBold.woff2" - ], - "fontWeight": "600", - "fontStyle": "normal", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-SemiBoldItalic.woff2" - ], - "fontWeight": "600", - "fontStyle": "italic", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-Bold.woff2" - ], - "fontWeight": "700", - "fontStyle": "normal", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-BoldItalic.woff2" - ], - "fontWeight": "700", - "fontStyle": "italic", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraBold.woff2" - ], - "fontWeight": "800", - "fontStyle": "normal", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraBoldItalic.woff2" - ], - "fontWeight": "800", - "fontStyle": "italic", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-Black.woff2" - ], - "fontWeight": "900", - "fontStyle": "normal", - "fontFamily": "\"Ysabeau Office\"" - }, - { - "src": [ - "file:./assets/fonts/ysabeau-office/YsabeauOffice-BlackItalic.woff2" - ], - "fontWeight": "900", - "fontStyle": "italic", - "fontFamily": "\"Ysabeau Office\"" - } - ] - }, - { - "name": "Platypi", - "slug": "platypi", - "fontFamily": "Platypi", - "fontFace": [ - { - "fontFamily": "Platypi", - "fontStyle": "normal", - "fontWeight": "300", - "src": [ - "file:./assets/fonts/platypi/Platypi-Light.woff2" - ] - }, - { - "fontFamily": "Platypi", - "fontStyle": "italic", - "fontWeight": "300", - "src": [ - "file:./assets/fonts/platypi/Platypi-LightItalic.woff2" - ] - }, - { - "fontFamily": "Platypi", - "fontStyle": "italic", - "fontWeight": "400", - "src": [ - "file:./assets/fonts/platypi/Platypi-Italic.woff2" - ] - }, - { - "fontFamily": "Platypi", - "fontStyle": "normal", - "fontWeight": "400", - "src": [ - "file:./assets/fonts/platypi/Platypi-Regular.woff2" - ] - }, - { - "fontFamily": "Platypi", - "fontStyle": "normal", - "fontWeight": "500", - "src": [ - "file:./assets/fonts/platypi/Platypi-Medium.woff2" - ] - }, - { - "fontFamily": "Platypi", - "fontStyle": "italic", - "fontWeight": "500", - "src": [ - "file:./assets/fonts/platypi/Platypi-MediumItalic.woff2" - ] - }, - { - "fontFamily": "Platypi", - "fontStyle": "normal", - "fontWeight": "600", - "src": [ - "file:./assets/fonts/platypi/Platypi-SemiBold.woff2" - ] - }, - { - "fontFamily": "Platypi", - "fontStyle": "italic", - "fontWeight": "600", - "src": [ - "file:./assets/fonts/platypi/Platypi-SemiBoldItalic.woff2" - ] - }, - { - "fontFamily": "Platypi", - "fontStyle": "normal", - "fontWeight": "700", - "src": [ - "file:./assets/fonts/platypi/Platypi-Bold.woff2" - ] - }, - { - "fontFamily": "Platypi", - "fontStyle": "italic", - "fontWeight": "700", - "src": [ - "file:./assets/fonts/platypi/Platypi-BoldItalic.woff2" - ] - }, - { - "fontFamily": "Platypi", - "fontStyle": "normal", - "fontWeight": "800", - "src": [ - "file:./assets/fonts/platypi/Platypi-ExtraBold.woff2" - ] - }, - { - "fontFamily": "Platypi", - "fontStyle": "italic", - "fontWeight": "800", - "src": [ - "file:./assets/fonts/platypi/Platypi-ExtraBoldItalic.woff2" - ] - } - ] - }, - { - "name": "Roboto Slab", - "slug": "roboto-slab", - "fontFamily": "\"Roboto Slab\", serif", - "fontFace": [ - { - "fontFamily": "\"Roboto Slab\"", - "fontStyle": "normal", - "fontWeight": "100 900", - "src": [ - "file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2" - ] - } - ] - }, - { - "name": "Beiruti", - "slug": "beiruti", - "fontFamily": "Beiruti, sans-serif", - "fontFace": [ - { - "fontFamily": "Beiruti", - "fontStyle": "normal", - "fontWeight": "200 900", - "src": [ - "file:./assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2" - ] - } - ] } ] }, From f80925f8b70971dff9d5272d090aff1f96b719ad Mon Sep 17 00:00:00 2001 From: Matias Benedetto Date: Wed, 9 Oct 2024 17:02:50 -0300 Subject: [PATCH 2/7] use literata 72pt --- styles/typography/typography-preset-1.json | 60 ++++++++++++++-------- styles/typography/typography-preset-5.json | 60 ++++++++++++++-------- styles/typography/typography-preset-6.json | 60 ++++++++++++++-------- styles/typography/typography-preset-7.json | 60 ++++++++++++++-------- 4 files changed, 152 insertions(+), 88 deletions(-) diff --git a/styles/typography/typography-preset-1.json b/styles/typography/typography-preset-1.json index f9d70c2b..ec4f0687 100644 --- a/styles/typography/typography-preset-1.json +++ b/styles/typography/typography-preset-1.json @@ -44,7 +44,15 @@ "fontFace": [ { "src": [ - "file:./assets/fonts/literata/Literata60pt-ExtraLightItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" ], "fontWeight": "200", "fontStyle": "italic", @@ -52,7 +60,7 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-Light.woff2" + "file:./assets/fonts/literata/Literata72pt-Light.woff2" ], "fontWeight": "300", "fontStyle": "normal", @@ -60,7 +68,7 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-LightItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" ], "fontWeight": "300", "fontStyle": "italic", @@ -68,7 +76,7 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-Regular.woff2" + "file:./assets/fonts/literata/Literata72pt-Regular.woff2" ], "fontWeight": "400", "fontStyle": "normal", @@ -76,63 +84,63 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-MediumItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" ], - "fontWeight": "500", + "fontWeight": "400", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-SemiBold.woff2" + "file:./assets/fonts/literata/Literata72pt-Medium.woff2" ], - "fontWeight": "600", + "fontWeight": "500", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-SemiBoldItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" ], - "fontWeight": "600", + "fontWeight": "500", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-Bold.woff2" + "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" ], - "fontWeight": "700", + "fontWeight": "600", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-BoldItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" ], - "fontWeight": "700", + "fontWeight": "600", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-ExtraBold.woff2" + "file:./assets/fonts/literata/Literata72pt-Bold.woff2" ], - "fontWeight": "800", + "fontWeight": "700", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-ExtraBoldItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" ], - "fontWeight": "800", + "fontWeight": "700", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-ExtraBold.woff2" + "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" ], "fontWeight": "800", "fontStyle": "normal", @@ -140,19 +148,27 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata-BlackItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" ], - "fontWeight": "900", + "fontWeight": "800", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-Black.woff2" + "file:./assets/fonts/literata/Literata72pt-Black.woff2" ], "fontWeight": "900", "fontStyle": "normal", "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "Literata" } ] } diff --git a/styles/typography/typography-preset-5.json b/styles/typography/typography-preset-5.json index d80272aa..84bfc9dd 100644 --- a/styles/typography/typography-preset-5.json +++ b/styles/typography/typography-preset-5.json @@ -13,7 +13,15 @@ "fontFace": [ { "src": [ - "file:./assets/fonts/literata/Literata60pt-ExtraLightItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" ], "fontWeight": "200", "fontStyle": "italic", @@ -21,7 +29,7 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-Light.woff2" + "file:./assets/fonts/literata/Literata72pt-Light.woff2" ], "fontWeight": "300", "fontStyle": "normal", @@ -29,7 +37,7 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-LightItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" ], "fontWeight": "300", "fontStyle": "italic", @@ -37,7 +45,7 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-Regular.woff2" + "file:./assets/fonts/literata/Literata72pt-Regular.woff2" ], "fontWeight": "400", "fontStyle": "normal", @@ -45,63 +53,63 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-MediumItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" ], - "fontWeight": "500", + "fontWeight": "400", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-SemiBold.woff2" + "file:./assets/fonts/literata/Literata72pt-Medium.woff2" ], - "fontWeight": "600", + "fontWeight": "500", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-SemiBoldItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" ], - "fontWeight": "600", + "fontWeight": "500", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-Bold.woff2" + "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" ], - "fontWeight": "700", + "fontWeight": "600", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-BoldItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" ], - "fontWeight": "700", + "fontWeight": "600", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-ExtraBold.woff2" + "file:./assets/fonts/literata/Literata72pt-Bold.woff2" ], - "fontWeight": "800", + "fontWeight": "700", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-ExtraBoldItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" ], - "fontWeight": "800", + "fontWeight": "700", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-ExtraBold.woff2" + "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" ], "fontWeight": "800", "fontStyle": "normal", @@ -109,19 +117,27 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata-BlackItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" ], - "fontWeight": "900", + "fontWeight": "800", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-Black.woff2" + "file:./assets/fonts/literata/Literata72pt-Black.woff2" ], "fontWeight": "900", "fontStyle": "normal", "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "Literata" } ] }, diff --git a/styles/typography/typography-preset-6.json b/styles/typography/typography-preset-6.json index 285a1707..33f345ee 100644 --- a/styles/typography/typography-preset-6.json +++ b/styles/typography/typography-preset-6.json @@ -116,7 +116,15 @@ "fontFace": [ { "src": [ - "file:./assets/fonts/literata/Literata60pt-ExtraLightItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" ], "fontWeight": "200", "fontStyle": "italic", @@ -124,7 +132,7 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-Light.woff2" + "file:./assets/fonts/literata/Literata72pt-Light.woff2" ], "fontWeight": "300", "fontStyle": "normal", @@ -132,7 +140,7 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-LightItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" ], "fontWeight": "300", "fontStyle": "italic", @@ -140,7 +148,7 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-Regular.woff2" + "file:./assets/fonts/literata/Literata72pt-Regular.woff2" ], "fontWeight": "400", "fontStyle": "normal", @@ -148,63 +156,63 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-MediumItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" ], - "fontWeight": "500", + "fontWeight": "400", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-SemiBold.woff2" + "file:./assets/fonts/literata/Literata72pt-Medium.woff2" ], - "fontWeight": "600", + "fontWeight": "500", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-SemiBoldItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" ], - "fontWeight": "600", + "fontWeight": "500", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-Bold.woff2" + "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" ], - "fontWeight": "700", + "fontWeight": "600", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-BoldItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" ], - "fontWeight": "700", + "fontWeight": "600", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-ExtraBold.woff2" + "file:./assets/fonts/literata/Literata72pt-Bold.woff2" ], - "fontWeight": "800", + "fontWeight": "700", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-ExtraBoldItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" ], - "fontWeight": "800", + "fontWeight": "700", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-ExtraBold.woff2" + "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" ], "fontWeight": "800", "fontStyle": "normal", @@ -212,19 +220,27 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata-BlackItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" ], - "fontWeight": "900", + "fontWeight": "800", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-Black.woff2" + "file:./assets/fonts/literata/Literata72pt-Black.woff2" ], "fontWeight": "900", "fontStyle": "normal", "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "Literata" } ] } diff --git a/styles/typography/typography-preset-7.json b/styles/typography/typography-preset-7.json index 73df8d9d..33e6dab4 100644 --- a/styles/typography/typography-preset-7.json +++ b/styles/typography/typography-preset-7.json @@ -13,7 +13,15 @@ "fontFace": [ { "src": [ - "file:./assets/fonts/literata/Literata60pt-ExtraLightItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" ], "fontWeight": "200", "fontStyle": "italic", @@ -21,7 +29,7 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-Light.woff2" + "file:./assets/fonts/literata/Literata72pt-Light.woff2" ], "fontWeight": "300", "fontStyle": "normal", @@ -29,7 +37,7 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-LightItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" ], "fontWeight": "300", "fontStyle": "italic", @@ -37,7 +45,7 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-Regular.woff2" + "file:./assets/fonts/literata/Literata72pt-Regular.woff2" ], "fontWeight": "400", "fontStyle": "normal", @@ -45,63 +53,63 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-MediumItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" ], - "fontWeight": "500", + "fontWeight": "400", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-SemiBold.woff2" + "file:./assets/fonts/literata/Literata72pt-Medium.woff2" ], - "fontWeight": "600", + "fontWeight": "500", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-SemiBoldItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" ], - "fontWeight": "600", + "fontWeight": "500", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-Bold.woff2" + "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" ], - "fontWeight": "700", + "fontWeight": "600", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-BoldItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" ], - "fontWeight": "700", + "fontWeight": "600", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-ExtraBold.woff2" + "file:./assets/fonts/literata/Literata72pt-Bold.woff2" ], - "fontWeight": "800", + "fontWeight": "700", "fontStyle": "normal", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata-ExtraBoldItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" ], - "fontWeight": "800", + "fontWeight": "700", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-ExtraBold.woff2" + "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" ], "fontWeight": "800", "fontStyle": "normal", @@ -109,19 +117,27 @@ }, { "src": [ - "file:./assets/fonts/literata/Literata-BlackItalic.woff2" + "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" ], - "fontWeight": "900", + "fontWeight": "800", "fontStyle": "italic", "fontFamily": "Literata" }, { "src": [ - "file:./assets/fonts/literata/Literata60pt-Black.woff2" + "file:./assets/fonts/literata/Literata72pt-Black.woff2" ], "fontWeight": "900", "fontStyle": "normal", "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "Literata" } ] }, From a84b3b2889792b6fbb6adbe1dcf9de26a539becf Mon Sep 17 00:00:00 2001 From: Matias Benedetto Date: Wed, 9 Oct 2024 17:25:21 -0300 Subject: [PATCH 3/7] update beiruti --- styles/typography/typography-preset-1.json | 24 ++++------------------ 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/styles/typography/typography-preset-1.json b/styles/typography/typography-preset-1.json index ec4f0687..70107817 100644 --- a/styles/typography/typography-preset-1.json +++ b/styles/typography/typography-preset-1.json @@ -12,28 +12,12 @@ "fontFamily": "Beiruti, sans-serif", "fontFace": [ { - "src": [ - "file:./assets/fonts/beiruti/Beiruti-Regular.woff2" - ], - "fontWeight": "400", - "fontStyle": "normal", - "fontFamily": "Beiruti" - }, - { - "src": [ - "file:./assets/fonts/beiruti/Beiruti-Bold.woff2" - ], - "fontWeight": "700", + "fontFamily": "Beiruti", "fontStyle": "normal", - "fontFamily": "Beiruti" - }, - { + "fontWeight": "200 900", "src": [ - "file:./assets/fonts/beiruti/Beiruti-Black.woff2" - ], - "fontWeight": "900", - "fontStyle": "normal", - "fontFamily": "Beiruti" + "file:./assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2" + ] } ] }, From e9f3e119a57a00fbdb5a8ee3dbf54c618c262aa0 Mon Sep 17 00:00:00 2001 From: Matias Benedetto Date: Wed, 9 Oct 2024 17:36:24 -0300 Subject: [PATCH 4/7] remove manrope from variation because it is defined in the main theme.json --- styles/typography/typography-preset-4.json | 63 ---------------------- 1 file changed, 63 deletions(-) diff --git a/styles/typography/typography-preset-4.json b/styles/typography/typography-preset-4.json index 97bed44e..b91784f6 100644 --- a/styles/typography/typography-preset-4.json +++ b/styles/typography/typography-preset-4.json @@ -6,69 +6,6 @@ "settings": { "typography": { "fontFamilies": [ - { - "name": "Manrope", - "slug": "manrope", - "fontFamily": "Manrope, sans-serif", - "fontFace": [ - { - "src": [ - "file:./assets/fonts/manrope/Manrope-ExtraLight.woff2" - ], - "fontWeight": "200", - "fontStyle": "normal", - "fontFamily": "Manrope" - }, - { - "src": [ - "file:./assets/fonts/manrope/Manrope-Light.woff2" - ], - "fontWeight": "300", - "fontStyle": "normal", - "fontFamily": "Manrope" - }, - { - "src": [ - "file:./assets/fonts/manrope/Manrope-Regular.woff2" - ], - "fontWeight": "400", - "fontStyle": "normal", - "fontFamily": "Manrope" - }, - { - "src": [ - "file:./assets/fonts/manrope/Manrope-Medium.woff2" - ], - "fontWeight": "500", - "fontStyle": "normal", - "fontFamily": "Manrope" - }, - { - "src": [ - "file:./assets/fonts/manrope/Manrope-SemiBold.woff2" - ], - "fontWeight": "600", - "fontStyle": "normal", - "fontFamily": "Manrope" - }, - { - "src": [ - "file:./assets/fonts/manrope/Manrope-Bold.woff2" - ], - "fontWeight": "700", - "fontStyle": "normal", - "fontFamily": "Manrope" - }, - { - "src": [ - "file:./assets/fonts/manrope/Manrope-ExtraBold.woff2" - ], - "fontWeight": "800", - "fontStyle": "normal", - "fontFamily": "Manrope" - } - ] - }, { "name": "Roboto Slab", "slug": "roboto-slab", From fa30e816bff0a0f2d6b800dd9a6ca8c17afe9744 Mon Sep 17 00:00:00 2001 From: Matias Benedetto Date: Wed, 9 Oct 2024 18:04:51 -0300 Subject: [PATCH 5/7] remove fonts not used in main theme.json --- theme.json | 230 ----------------------------------------------------- 1 file changed, 230 deletions(-) diff --git a/theme.json b/theme.json index 87c5d5b6..3f8bd446 100644 --- a/theme.json +++ b/theme.json @@ -214,236 +214,6 @@ } ] }, - { - "name": "Literata", - "slug": "literata", - "fontFamily": "Literata, serif", - "fontFace": [ - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" - ], - "fontWeight": "200", - "fontStyle": "normal", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" - ], - "fontWeight": "200", - "fontStyle": "italic", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-Light.woff2" - ], - "fontWeight": "300", - "fontStyle": "normal", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" - ], - "fontWeight": "300", - "fontStyle": "italic", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-Regular.woff2" - ], - "fontWeight": "400", - "fontStyle": "normal", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" - ], - "fontWeight": "400", - "fontStyle": "italic", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-Medium.woff2" - ], - "fontWeight": "500", - "fontStyle": "normal", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" - ], - "fontWeight": "500", - "fontStyle": "italic", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" - ], - "fontWeight": "600", - "fontStyle": "normal", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" - ], - "fontWeight": "600", - "fontStyle": "italic", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-Bold.woff2" - ], - "fontWeight": "700", - "fontStyle": "normal", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" - ], - "fontWeight": "700", - "fontStyle": "italic", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" - ], - "fontWeight": "800", - "fontStyle": "normal", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" - ], - "fontWeight": "800", - "fontStyle": "italic", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-Black.woff2" - ], - "fontWeight": "900", - "fontStyle": "normal", - "fontFamily": "Literata" - }, - { - "src": [ - "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" - ], - "fontWeight": "900", - "fontStyle": "italic", - "fontFamily": "Literata" - } - ] - }, - { - "name": "Vollkorn", - "slug": "vollkorn", - "fontFamily": "Vollkorn, serif", - "fontFace": [ - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-Italic.woff2" - ], - "fontWeight": "400", - "fontStyle": "italic", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-Regular.woff2" - ], - "fontWeight": "400", - "fontStyle": "normal", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-Medium.woff2" - ], - "fontWeight": "500", - "fontStyle": "normal", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-MediumItalic.woff2" - ], - "fontWeight": "500", - "fontStyle": "italic", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-SemiBold.woff2" - ], - "fontWeight": "600", - "fontStyle": "normal", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-Bold.woff2" - ], - "fontWeight": "700", - "fontStyle": "normal", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-BoldItalic.woff2" - ], - "fontWeight": "700", - "fontStyle": "italic", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-ExtraBold.woff2" - ], - "fontWeight": "800", - "fontStyle": "normal", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-ExtraBoldItalic.woff2" - ], - "fontWeight": "800", - "fontStyle": "italic", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-Black.woff2" - ], - "fontWeight": "900", - "fontStyle": "normal", - "fontFamily": "Vollkorn" - }, - { - "src": [ - "file:./assets/fonts/vollkorn/Vollkorn-BlackItalic.woff2" - ], - "fontWeight": "900", - "fontStyle": "italic", - "fontFamily": "Vollkorn" - } - ] - }, { "name": "Fira Code", "slug": "fira-code", From 37b21dcac1981c857ba94be5eda1118e3f1caa04 Mon Sep 17 00:00:00 2001 From: Matias Benedetto Date: Wed, 9 Oct 2024 18:05:19 -0300 Subject: [PATCH 6/7] define variation specific font families on each variation --- styles/02-noon.json | 152 ++++++++++++++++++++ styles/03-dusk.json | 146 ++++++++++++++++++++ styles/04-afternoon.json | 256 ++++++++++++++++++++++++++++++++++ styles/05-twilight.json | 19 +++ styles/06-morning.json | 290 +++++++++++++++++++++++++++++++++++++++ styles/07-sunrise.json | 242 ++++++++++++++++++++++++++++++++ styles/08-midnight.json | 288 ++++++++++++++++++++++++++++++++++++++ 7 files changed, 1393 insertions(+) diff --git a/styles/02-noon.json b/styles/02-noon.json index 4352a4b3..4db4218e 100644 --- a/styles/02-noon.json +++ b/styles/02-noon.json @@ -48,6 +48,158 @@ ] }, "typography": { + "fontFamilies": [ + { + "name": "Beiruti", + "slug": "beiruti", + "fontFamily": "Beiruti, sans-serif", + "fontFace": [ + { + "fontFamily": "Beiruti", + "fontStyle": "normal", + "fontWeight": "200 900", + "src": [ + "file:./assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2" + ] + } + ] + }, + { + "name": "Literata", + "slug": "literata", + "fontFamily": "Literata, serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" + ], + "fontWeight": "200", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" + ], + "fontWeight": "400", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "Literata" + } + ] + } + ], "fontSizes": [ { "fluid": false, diff --git a/styles/03-dusk.json b/styles/03-dusk.json index a81a37d7..12053f03 100644 --- a/styles/03-dusk.json +++ b/styles/03-dusk.json @@ -51,6 +51,152 @@ "color": { "accent-2-opacity-20": "#650DD433" } + }, + "typography": { + "fontFamilies": [ + { + "name": "Vollkorn", + "slug": "vollkorn", + "fontFamily": "Vollkorn, serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-Italic.woff2" + ], + "fontWeight": "400", + "fontStyle": "italic", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "Vollkorn" + }, + { + "src": [ + "file:./assets/fonts/vollkorn/Vollkorn-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "Vollkorn" + } + ] + }, + { + "name": "Fira Code", + "slug": "fira-code", + "fontFamily": "\"Fira Code\", monospace", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/fira-code/FiraCode-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "\"Fira Code\"" + }, + { + "src": [ + "file:./assets/fonts/fira-code/FiraCode-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "\"Fira Code\"" + }, + { + "src": [ + "file:./assets/fonts/fira-code/FiraCode-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "\"Fira Code\"" + }, + { + "src": [ + "file:./assets/fonts/fira-code/FiraCode-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "\"Fira Code\"" + }, + { + "src": [ + "file:./assets/fonts/fira-code/FiraCode-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "\"Fira Code\"" + } + ] + } + ] } }, "styles": { diff --git a/styles/04-afternoon.json b/styles/04-afternoon.json index 30a14c3e..92945fb5 100644 --- a/styles/04-afternoon.json +++ b/styles/04-afternoon.json @@ -48,6 +48,262 @@ ] }, "typography": { + "fontFamilies": [ + { + "name": "Platypi", + "slug": "platypi", + "fontFamily": "Platypi", + "fontFace": [ + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/platypi/Platypi-Light.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/platypi/Platypi-LightItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/platypi/Platypi-Italic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/platypi/Platypi-Regular.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/platypi/Platypi-Medium.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/platypi/Platypi-MediumItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/platypi/Platypi-SemiBold.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/platypi/Platypi-SemiBoldItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/platypi/Platypi-Bold.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/platypi/Platypi-BoldItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "800", + "src": [ + "file:./assets/fonts/platypi/Platypi-ExtraBold.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "800", + "src": [ + "file:./assets/fonts/platypi/Platypi-ExtraBoldItalic.woff2" + ] + } + ] + }, + { + "name": "Ysabeau Office", + "slug": "ysabeau-office", + "fontFamily": "\"Ysabeau Office\", sans-serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Thin.woff2" + ], + "fontWeight": "100", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ThinItalic.woff2" + ], + "fontWeight": "100", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraLightItalic.woff2" + ], + "fontWeight": "200", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-LightItalic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic.woff2" + ], + "fontWeight": "400", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-SemiBoldItalic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + } + ] + } + ], "fontSizes": [ { "fluid": false, diff --git a/styles/05-twilight.json b/styles/05-twilight.json index cd6fe777..7462b7ed 100644 --- a/styles/05-twilight.json +++ b/styles/05-twilight.json @@ -46,6 +46,25 @@ "slug": "accent-6" } ] + }, + "typography": { + "fontFamilies": [ + { + "name": "Roboto Slab", + "slug": "roboto-slab", + "fontFamily": "\"Roboto Slab\", serif", + "fontFace": [ + { + "fontFamily": "\"Roboto Slab\"", + "fontStyle": "normal", + "fontWeight": "100 900", + "src": [ + "file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2" + ] + } + ] + } + ] } }, "styles": { diff --git a/styles/06-morning.json b/styles/06-morning.json index 9572b8c0..0ebd9351 100644 --- a/styles/06-morning.json +++ b/styles/06-morning.json @@ -46,6 +46,296 @@ "slug": "accent-6" } ] + }, + "typography": { + "fontFamilies": [ + { + "name": "Literata", + "slug": "literata", + "fontFamily": "Literata, serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" + ], + "fontWeight": "200", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" + ], + "fontWeight": "400", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "Literata" + } + ] + }, + { + "name": "Ysabeau Office", + "slug": "ysabeau-office", + "fontFamily": "\"Ysabeau Office\", sans-serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Thin.woff2" + ], + "fontWeight": "100", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ThinItalic.woff2" + ], + "fontWeight": "100", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraLightItalic.woff2" + ], + "fontWeight": "200", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-LightItalic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic.woff2" + ], + "fontWeight": "400", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-SemiBoldItalic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "\"Ysabeau Office\"" + }, + { + "src": [ + "file:./assets/fonts/ysabeau-office/YsabeauOffice-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "\"Ysabeau Office\"" + } + ] + } + ] } }, "styles": { diff --git a/styles/07-sunrise.json b/styles/07-sunrise.json index 19a74bf6..c2222b9a 100644 --- a/styles/07-sunrise.json +++ b/styles/07-sunrise.json @@ -46,6 +46,248 @@ "slug": "accent-6" } ] + }, + "typography": { + "fontFamilies": [ + { + "name": "Platypi", + "slug": "platypi", + "fontFamily": "Platypi", + "fontFace": [ + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/platypi/Platypi-Light.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/platypi/Platypi-LightItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/platypi/Platypi-Italic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/platypi/Platypi-Regular.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/platypi/Platypi-Medium.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/platypi/Platypi-MediumItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/platypi/Platypi-SemiBold.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/platypi/Platypi-SemiBoldItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/platypi/Platypi-Bold.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/platypi/Platypi-BoldItalic.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "normal", + "fontWeight": "800", + "src": [ + "file:./assets/fonts/platypi/Platypi-ExtraBold.woff2" + ] + }, + { + "fontFamily": "Platypi", + "fontStyle": "italic", + "fontWeight": "800", + "src": [ + "file:./assets/fonts/platypi/Platypi-ExtraBoldItalic.woff2" + ] + } + ] + }, + { + "name": "Literata", + "slug": "literata", + "fontFamily": "Literata, serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" + ], + "fontWeight": "200", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" + ], + "fontWeight": "400", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "Literata" + } + ] + } + ] } }, "styles": { diff --git a/styles/08-midnight.json b/styles/08-midnight.json index 563137d0..86ea6037 100644 --- a/styles/08-midnight.json +++ b/styles/08-midnight.json @@ -101,6 +101,294 @@ "size": "2.625rem", "slug": "xx-large" } + ], + "fontFamilies": [ + { + "name": "Literata", + "slug": "literata", + "fontFamily": "Literata, serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" + ], + "fontWeight": "200", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" + ], + "fontWeight": "400", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "Literata" + }, + { + "src": [ + "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "Literata" + } + ] + }, + { + "name": "Fira Sans", + "slug": "fira-sans", + "fontFamily": "\"Fira Sans\", sans-serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-Thin.woff2" + ], + "fontWeight": "100", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-ThinItalic.woff2" + ], + "fontWeight": "100", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2" + ], + "fontWeight": "200", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-LightItalic.woff2" + ], + "fontWeight": "300", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-Italic.woff2" + ], + "fontWeight": "400", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-MediumItalic.woff2" + ], + "fontWeight": "500", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2" + ], + "fontWeight": "600", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-BoldItalic.woff2" + ], + "fontWeight": "700", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2" + ], + "fontWeight": "800", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-Black.woff2" + ], + "fontWeight": "900", + "fontStyle": "normal", + "fontFamily": "\"Fira Sans\"" + }, + { + "src": [ + "file:./assets/fonts/fira-sans/FiraSans-BlackItalic.woff2" + ], + "fontWeight": "900", + "fontStyle": "italic", + "fontFamily": "\"Fira Sans\"" + } + ] + } ] } }, From f881c25cc05e23533591c66cadd7f6fcc7a00dc7 Mon Sep 17 00:00:00 2001 From: Matias Benedetto Date: Mon, 21 Oct 2024 15:30:09 -0300 Subject: [PATCH 7/7] add manrope where missing in variations --- styles/05-twilight.json | 63 ++++++++++++++++++++++ styles/typography/typography-preset-4.json | 63 ++++++++++++++++++++++ 2 files changed, 126 insertions(+) diff --git a/styles/05-twilight.json b/styles/05-twilight.json index 7462b7ed..a504ed29 100644 --- a/styles/05-twilight.json +++ b/styles/05-twilight.json @@ -63,6 +63,69 @@ ] } ] + }, + { + "name": "Manrope", + "slug": "manrope", + "fontFamily": "Manrope, sans-serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/manrope/Manrope-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Manrope" + } + ] } ] } diff --git a/styles/typography/typography-preset-4.json b/styles/typography/typography-preset-4.json index b91784f6..88ff4f07 100644 --- a/styles/typography/typography-preset-4.json +++ b/styles/typography/typography-preset-4.json @@ -20,6 +20,69 @@ ] } ] + }, + { + "name": "Manrope", + "slug": "manrope", + "fontFamily": "Manrope, sans-serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/manrope/Manrope-ExtraLight.woff2" + ], + "fontWeight": "200", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-Light.woff2" + ], + "fontWeight": "300", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-Regular.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-Medium.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-SemiBold.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-Bold.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope/Manrope-ExtraBold.woff2" + ], + "fontWeight": "800", + "fontStyle": "normal", + "fontFamily": "Manrope" + } + ] } ] }