turn off fluid type and fix font import

This commit is contained in:
Aadil Ayub 2024-06-13 16:19:17 +05:00
parent aec4094401
commit bc6809c177
1 changed files with 5 additions and 6 deletions

View File

@ -68,7 +68,7 @@
},
"typography": {
"defaultFontSizes": false,
"fluid": true,
"fluid": false,
"fontFamilies": [
{
"fontFace": [
@ -282,7 +282,7 @@
"fontFamily": "Instrument Sans SemiCondensed",
"fontStyle": "normal",
"fontWeight": "700",
"src": "file:./assets/fonts/instrument-sans/InstrumentSansSemiCondensed-Bold.otf"
"src": "file:./assets/fonts/instrument-sans/semicondensed/InstrumentSansSemiCondensed-Bold.otf"
},
{
"fontFamily": "Instrument Sans SemiCondensed",
@ -508,10 +508,6 @@
"slug": "xx-large"
},
{
"fluid" : {
"min": "43px",
"max": "54px"
},
"name": "Huge",
"size": "54px",
"slug": "huge"
@ -521,6 +517,9 @@
"useRootPaddingAwareAlignments": true
},
"styles": {
"color": {
"background": "var(--wp--preset--color--white)"
},
"blocks": {
"core/button": {
"border": {