|
@@ -81,6 +81,15 @@
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"fontSizes": [
|
|
"fontSizes": [
|
|
|
|
+ {
|
|
|
|
+ "fluid": {
|
|
|
|
+ "min": "0.75rem",
|
|
|
|
+ "max": "1rem"
|
|
|
|
+ },
|
|
|
|
+ "name": "Tiny",
|
|
|
|
+ "size": "0.9rem",
|
|
|
|
+ "slug": "x-small"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"fluid": false,
|
|
"fluid": false,
|
|
"name": "Small",
|
|
"name": "Small",
|
|
@@ -134,7 +143,7 @@
|
|
},
|
|
},
|
|
"core/site-tagline": {
|
|
"core/site-tagline": {
|
|
"typography": {
|
|
"typography": {
|
|
- "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--x-small)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"core/site-title": {
|
|
"core/site-title": {
|
|
@@ -142,7 +151,8 @@
|
|
"text": "var(--wp--preset--color--foreground)"
|
|
"text": "var(--wp--preset--color--foreground)"
|
|
},
|
|
},
|
|
"typography": {
|
|
"typography": {
|
|
- "fontFamily": "var(--wp--preset--font-family--rubik)"
|
|
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--x-large)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|