From 53a0b3102a9863da1d4bdb8aa098850359bcba30 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 30 May 2024 12:56:56 +0500 Subject: [PATCH] fix typo --- theme.json | 274 +++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 212 insertions(+), 62 deletions(-) diff --git a/theme.json b/theme.json index 211f909..4ad5af4 100644 --- a/theme.json +++ b/theme.json @@ -1,16 +1,62 @@ { - "version": 3, - "$schema": "https://schemas.wp.org/trunk/theme.json", "settings": { - "useRootPaddingAwareAlignments": true, "appearanceTools": true, + "color": { + "defaultDuotone": false, + "defaultGradients": false, + "defaultPalette": false, + "gradients": [ + { + "gradient": "linear-gradient(90deg, var(--wp--preset--color--bright-light-green) 0%, var(--wp--preset--color--turquoise-green) 20%, var(--wp--preset--color--turquoise-blue) 40%, var(--wp--preset--color--azure) 60%, var(--wp--preset--color--vibrant-blue) 80%, var(--wp--preset--color--violet) 100%);", + "name": "Bright Green to Violet", + "slug": "green-to-violet" + }, + { + "gradient": "linear-gradient(270deg, var(--wp--preset--color--bright-light-green) 0%, var(--wp--preset--color--turquoise-green) 20%, var(--wp--preset--color--turquoise-blue) 40%, var(--wp--preset--color--azure) 60%, var(--wp--preset--color--vibrant-blue) 80%, var(--wp--preset--color--violet) 100%);", + "name": "Violet to Bright Green", + "slug": "violet-to-green" + } + ], + "palette": [ + { + "color": "#54ff52", + "name": "Bright Light Green", + "slug": "bright-light-green" + }, + { + "color": "#00eba0", + "name": "Turquoise Green", + "slug": "turquoise-green" + }, + { + "color": "#00cbeb", + "name": "Turquoise Blue", + "slug": "turquoise-blue" + }, + { + "color": "#00a6ff", + "name": "Azure", + "slug": "azure" + }, + { + "color": "#0077ff", + "name": "Vibrant Blue", + "slug": "vibrant-blue" + }, + { + "color": "#5e24e5", + "name": "Violet", + "slug": "violet" + } + ] + }, "layout": { "contentSize": "1480px", "wideSize": "1760px" }, "typography": { - "fontFamilies": [ - { + "fontFamilies": [ + { "fontFace": [ { "fontFamily": "Commit Mono", @@ -121,80 +167,184 @@ ] } ], - "fontFamily": "'Commit Mono', monospace", - "name": "Commit Mono", - "slug": "commit-mono" - }, + "fontFamily": "'Commit Mono', monospace", + "name": "Commit Mono", + "slug": "commit-mono" + }, { "fontFace": [ { "fontFamily": "Instrument Sans", - "fontStretch": "normal", - "fontWeight": "400 500 600 700", - "src": [ - "file:./assets/fonts/instrument-sans/InstrumentSans-Variable.ttf" - ] + "fontStyle": "normal", + "fontWeight": "400", + "src": "file:./assets/fonts/instrument-sans/InstrumentSans-Regular.otf" + }, + { + "fontFamily": "Instrument Sans", + "fontStyle": "italic", + "fontWeight": "400", + "src": "file:./assets/fonts/instrument-sans/InstrumentSans-Italic.otf" + }, + { + "fontFamily": "Instrument Sans", + "fontStyle": "normal", + "fontWeight": "500", + "src": "file:./assets/fonts/instrument-sans/InstrumentSans-Medium.otf" + }, + { + "fontFamily": "Instrument Sans", + "fontStyle": "italic", + "fontWeight": "500", + "src": "file:./assets/fonts/instrument-sans/InstrumentSans-MediumItalic.otf" + }, + { + "fontFamily": "Instrument Sans", + "fontStyle": "normal", + "fontWeight": "600", + "src": "file:./assets/fonts/instrument-sans/InstrumentSans-SemiBold.otf" + }, + { + "fontFamily": "Instrument Sans", + "fontStyle": "normal", + "fontWeight": "600", + "src": "file:./assets/fonts/instrument-sans/InstrumentSans-SemiBoldItalic.otf" + }, + { + "fontFamily": "Instrument Sans", + "fontStyle": "normal", + "fontWeight": "700", + "src": "file:./assets/fonts/instrument-sans/InstrumentSans-Bold.otf" + }, + { + "fontFamily": "Instrument Sans", + "fontStyle": "italic", + "fontWeight": "700", + "src": "file:./assets/fonts/instrument-sans/InstrumentSans-BoldItalic.otf" } ], - "fontFamily": "'Instrument Sans', sans-serif", + "fontFamily": "Instrument Sans", "name": "Instrument Sans", "slug": "instrument-sans" - } - ] - }, - "color": { - "defaultDuotone": false, - "defaultGradients": false, - "defaultPalette": false, - "palette": [ - { - "color": "#54ff52", - "name": "Bright Light Green", - "slug": "bright-light-green" }, { - "color": "#00eba0", - "name": "Turquoise Green", - "slug": "turquoise-green" + "fontFace": [ + { + "fontFamily": "Instrument Sans SemiCondensed", + "fontStyle": "normal", + "fontWeight": "400", + "src": "file:./assets/fonts/instrument-sans/semicondensed/InstrumentSansSemiCondensed-Regular.otf" + }, + { + "fontFamily": "Instrument Sans SemiCondensed", + "fontStyle": "italic", + "fontWeight": "400", + "src": "file:./assets/fonts/instrument-sans/semicondensed/InstrumentSansSemiCondensed-Italic.otf" + }, + { + "fontFamily": "Instrument Sans SemiCondensed", + "fontStyle": "normal", + "fontWeight": "500", + "src": "file:./assets/fonts/instrument-sans/semicondensed/InstrumentSansSemiCondensed-Medium.otf" + }, + { + "fontFamily": "Instrument Sans SemiCondensed", + "fontStyle": "italic", + "fontWeight": "500", + "src": "file:./assets/fonts/instrument-sans/semicondensed/InstrumentSansSemiCondensed-MediumItalic.otf" + }, + { + "fontFamily": "Instrument Sans SemiCondensed", + "fontStyle": "normal", + "fontWeight": "600", + "src": "file:./assets/fonts/instrument-sans/semicondensed/InstrumentSansSemiCondensed-SemiBold.otf" + }, + { + "fontFamily": "Instrument Sans SemiCondensed", + "fontStyle": "italic", + "fontWeight": "600", + "src": "file:./assets/fonts/instrument-sans/semicondensed/InstrumentSansSemiCondensed-SemiBoldItalic.otf" + }, + { + "fontFamily": "Instrument Sans SemiCondensed", + "fontStyle": "normal", + "fontWeight": "700", + "src": "file:./assets/fonts/instrument-sans/InstrumentSansSemiCondensed-Bold.otf" + }, + { + "fontFamily": "Instrument Sans SemiCondensed", + "fontStyle": "italic", + "fontWeight": "700", + "src": "file:./assets/fonts/instrument-sans/InstrumentSansSemiCondensed-BoldItalic.otf" + } + ], + "fontFamily": "Instrument Sans SemiCondensed", + "name": "Instrument Sans SemiCondensed", + "slug": "instrument-sans-semicondensed" }, { - "color": "#00cbeb", - "name": "Turquoise Blue", - "slug": "turquoise-blue" - }, - { - "color": "#00a6ff", - "name": "Azure", - "slug": "azure" - }, - { - "color": "#0077ff", - "name": "Vibrant Blue", - "slug": "vibrant-blue" - }, - { - "color": "#5e24e5", - "name": "Violet", - "slug": "violet" - } - ], - "gradients": [ - { - "slug": "green-to-violet", - "name": "Bright Green to Violet", - "gradient": "linear-gradient(90deg, var(--wp--preset--color--bright-light-green) 0%, var(--wp--preset--color--turquoise-green) 20%, var(--wp--preset--color--turquoise-blue) 40%, var(--wp--preset--color--azure) 60%, var(--wp--preset--color--vibrant-blue) 80%, var(--wp--preset--color--violet) 100%);" - }, - { - "slug": "violet-to-green", - "name": "Violet to Bright Green", - "gradient": "linear-gradient(270deg, var(--wp--preset--color--bright-light-green) 0%, var(--wp--preset--color--turquoise-green) 20%, var(--wp--preset--color--turquoise-blue) 40%, var(--wp--preset--color--azure) 60%, var(--wp--preset--color--vibrant-blue) 80%, var(--wp--preset--color--violet) 100%);" + "name": "Instrument Sans Condensed", + "slug": "instrument-sans-condensed", + "fontFamily": "Instrument Sans Condensed", + "fontFace": [ + { + "fontFamily": "Instrument Sans Condensed", + "fontStyle": "normal", + "fontWeight": "400", + "src": "file:./assets/fonts/instrument-sans/condensed/InstrumentSansCondensed-Regular.otf" + }, + { + "fontFamily": "Instrument Sans Condensed", + "fontStyle": "italic", + "fontWeight": "400", + "src": "file:./assets/fonts/instrument-sans/condensed/InstrumentSansCondensed-Italic.otf" + }, + { + "fontFamily": "Instrument Sans Condensed", + "fontStyle": "normal", + "fontWeight": "500", + "src": "file:./assets/fonts/instrument-sans/condensed/InstrumentSansCondensed-Medium.otf" + }, + { + "fontFamily": "Instrument Sans Condensed", + "fontStyle": "italic", + "fontWeight": "500", + "src": "file:./assets/fonts/instrument-sans/condensed/InstrumentSansCondensed-MediumItalic.otf" + }, + { + "fontFamily": "Instrument Sans Condensed", + "fontStyle": "normal", + "fontWeight": "600", + "src": "file:./assets/fonts/instrument-sans/condensed/InstrumentSansCondensed-SemiBold.otf" + }, + { + "fontFamily": "Instrument Sans Condensed", + "fontStyle": "italic", + "fontWeight": "600", + "src": "file:./assets/fonts/instrument-sans/condensed/InstrumentSansCondensed-SemiBoldItalic.otf" + }, + { + "fontFamily": "Instrument Sans Condensed", + "fontStyle": "normal", + "fontWeight": "700", + "src": "file:./assets/fonts/instrument-sans/condensed/InstrumentSansCondensed-Bold.otf" + }, + { + "fontFamily": "Instrument Sans Condensed", + "fontStyle": "italic", + "fontWeight": "700", + "src": "file:./assets/fonts/instrument-sans/condensed/InstrumentSansCondensed-BoldItalic.otf" + } + ] } ] - } + }, + "useRootPaddingAwareAlignments": true }, "styles": { "typography": { "fontFamily": "sans-serif" } - } + }, + "version": 3, + "$schema": "https://schemas.wp.org/trunk/theme.json" } \ No newline at end of file