Compare commits
No commits in common. "53a577c529f6496354eea18ad18f882134594df0" and "726979227a48451a42cc536663e2704039da5d1f" have entirely different histories.
53a577c529
...
726979227a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
assets/fonts/instrument-sans/InstrumentSans-Variable.ttf
Normal file
BIN
assets/fonts/instrument-sans/InstrumentSans-Variable.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +0,0 @@
|
|||||||
<!-- wp:group {"layout":{"type":"constrained"}} -->
|
|
||||||
<div class="wp-block-group"><!-- wp:paragraph {"align":"center","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30","right":"var:preset|spacing|30"}},"elements":{"link":{"color":{"text":"#000000"}}},"typography":{"fontStyle":"normal","fontWeight":"400"},"color":{"text":"#000000"}},"fontSize":"large","fontFamily":"instrument-sans"} -->
|
|
||||||
<p class="has-text-align-center has-text-color has-link-color has-instrument-sans-font-family has-large-font-size" style="color:#000000;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);font-style:normal;font-weight:400">Test</p>
|
|
||||||
<!-- /wp:paragraph --></div>
|
|
||||||
<!-- /wp:group -->
|
|
274
theme.json
274
theme.json
@ -1,62 +1,16 @@
|
|||||||
{
|
{
|
||||||
|
"version": 3,
|
||||||
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"useRootPaddingAwareAlignments": true,
|
||||||
"appearanceTools": 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": {
|
"layout": {
|
||||||
"contentSize": "1480px",
|
"contentSize": "1480px",
|
||||||
"wideSize": "1760px"
|
"wideSize": "1760px"
|
||||||
},
|
},
|
||||||
"typography": {
|
"typography": {
|
||||||
"fontFamilies": [
|
"fontFamilies": [
|
||||||
{
|
{
|
||||||
"fontFace": [
|
"fontFace": [
|
||||||
{
|
{
|
||||||
"fontFamily": "Commit Mono",
|
"fontFamily": "Commit Mono",
|
||||||
@ -167,184 +121,80 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"fontFamily": "'Commit Mono', monospace",
|
"fontFamily": "'Commit Mono', monospace",
|
||||||
"name": "Commit Mono",
|
"name": "Commit Mono",
|
||||||
"slug": "commit-mono"
|
"slug": "commit-mono"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fontFace": [
|
"fontFace": [
|
||||||
{
|
{
|
||||||
"fontFamily": "Instrument Sans",
|
"fontFamily": "Instrument Sans",
|
||||||
"fontStyle": "normal",
|
"fontStretch": "normal",
|
||||||
"fontWeight": "400",
|
"fontWeight": "400 500 600 700",
|
||||||
"src": "file:./assets/fonts/instrument-sans/InstrumentSans-Regular.otf"
|
"src": [
|
||||||
},
|
"file:./assets/fonts/instrument-sans/InstrumentSans-Variable.ttf"
|
||||||
{
|
]
|
||||||
"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",
|
"fontFamily": "'Instrument Sans', sans-serif",
|
||||||
"name": "Instrument Sans",
|
"name": "Instrument Sans",
|
||||||
"slug": "instrument-sans"
|
"slug": "instrument-sans"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"color": {
|
||||||
|
"defaultDuotone": false,
|
||||||
|
"defaultGradients": false,
|
||||||
|
"defaultPalette": false,
|
||||||
|
"palette": [
|
||||||
|
{
|
||||||
|
"color": "#54ff52",
|
||||||
|
"name": "Bright Light Green",
|
||||||
|
"slug": "bright-light-green"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fontFace": [
|
"color": "#00eba0",
|
||||||
{
|
"name": "Turquoise Green",
|
||||||
"fontFamily": "Instrument Sans SemiCondensed",
|
"slug": "turquoise-green"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Instrument Sans Condensed",
|
"color": "#00cbeb",
|
||||||
"slug": "instrument-sans-condensed",
|
"name": "Turquoise Blue",
|
||||||
"fontFamily": "Instrument Sans Condensed",
|
"slug": "turquoise-blue"
|
||||||
"fontFace": [
|
},
|
||||||
{
|
{
|
||||||
"fontFamily": "Instrument Sans Condensed",
|
"color": "#00a6ff",
|
||||||
"fontStyle": "normal",
|
"name": "Azure",
|
||||||
"fontWeight": "400",
|
"slug": "azure"
|
||||||
"src": "file:./assets/fonts/instrument-sans/condensed/InstrumentSansCondensed-Regular.otf"
|
},
|
||||||
},
|
{
|
||||||
{
|
"color": "#0077ff",
|
||||||
"fontFamily": "Instrument Sans Condensed",
|
"name": "Vibrant Blue",
|
||||||
"fontStyle": "italic",
|
"slug": "vibrant-blue"
|
||||||
"fontWeight": "400",
|
},
|
||||||
"src": "file:./assets/fonts/instrument-sans/condensed/InstrumentSansCondensed-Italic.otf"
|
{
|
||||||
},
|
"color": "#5e24e5",
|
||||||
{
|
"name": "Violet",
|
||||||
"fontFamily": "Instrument Sans Condensed",
|
"slug": "violet"
|
||||||
"fontStyle": "normal",
|
}
|
||||||
"fontWeight": "500",
|
],
|
||||||
"src": "file:./assets/fonts/instrument-sans/condensed/InstrumentSansCondensed-Medium.otf"
|
"gradients": [
|
||||||
},
|
{
|
||||||
{
|
"slug": "green-to-violet",
|
||||||
"fontFamily": "Instrument Sans Condensed",
|
"name": "Bright Green to Violet",
|
||||||
"fontStyle": "italic",
|
"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%);"
|
||||||
"fontWeight": "500",
|
},
|
||||||
"src": "file:./assets/fonts/instrument-sans/condensed/InstrumentSansCondensed-MediumItalic.otf"
|
{
|
||||||
},
|
"slug": "violet-to-green",
|
||||||
{
|
"name": "Violet to Bright Green",
|
||||||
"fontFamily": "Instrument Sans Condensed",
|
"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%);"
|
||||||
"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": {
|
"styles": {
|
||||||
"typography": {
|
"typography": {
|
||||||
"fontFamily": "sans-serif"
|
"fontFamily": "sans-serif"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"version": 3,
|
|
||||||
"$schema": "https://schemas.wp.org/trunk/theme.json"
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user