turn off fluid type and fix font import
This commit is contained in:
parent
aec4094401
commit
bc6809c177
11
theme.json
11
theme.json
@ -68,7 +68,7 @@
|
|||||||
},
|
},
|
||||||
"typography": {
|
"typography": {
|
||||||
"defaultFontSizes": false,
|
"defaultFontSizes": false,
|
||||||
"fluid": true,
|
"fluid": false,
|
||||||
"fontFamilies": [
|
"fontFamilies": [
|
||||||
{
|
{
|
||||||
"fontFace": [
|
"fontFace": [
|
||||||
@ -282,7 +282,7 @@
|
|||||||
"fontFamily": "Instrument Sans SemiCondensed",
|
"fontFamily": "Instrument Sans SemiCondensed",
|
||||||
"fontStyle": "normal",
|
"fontStyle": "normal",
|
||||||
"fontWeight": "700",
|
"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",
|
"fontFamily": "Instrument Sans SemiCondensed",
|
||||||
@ -508,10 +508,6 @@
|
|||||||
"slug": "xx-large"
|
"slug": "xx-large"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fluid" : {
|
|
||||||
"min": "43px",
|
|
||||||
"max": "54px"
|
|
||||||
},
|
|
||||||
"name": "Huge",
|
"name": "Huge",
|
||||||
"size": "54px",
|
"size": "54px",
|
||||||
"slug": "huge"
|
"slug": "huge"
|
||||||
@ -521,6 +517,9 @@
|
|||||||
"useRootPaddingAwareAlignments": true
|
"useRootPaddingAwareAlignments": true
|
||||||
},
|
},
|
||||||
"styles": {
|
"styles": {
|
||||||
|
"color": {
|
||||||
|
"background": "var(--wp--preset--color--white)"
|
||||||
|
},
|
||||||
"blocks": {
|
"blocks": {
|
||||||
"core/button": {
|
"core/button": {
|
||||||
"border": {
|
"border": {
|
||||||
|
Loading…
Reference in New Issue
Block a user