|
@@ -319,12 +319,12 @@
|
|
|
{
|
|
|
"name": "Extra Small",
|
|
|
"size": "16px",
|
|
|
- "slug": "extra-small"
|
|
|
+ "slug": "small"
|
|
|
},
|
|
|
{
|
|
|
- "name": "Small",
|
|
|
+ "name": "Normal",
|
|
|
"size": "20px",
|
|
|
- "slug": "small"
|
|
|
+ "slug": "normal"
|
|
|
},
|
|
|
{
|
|
|
"name": "Medium",
|
|
@@ -496,7 +496,7 @@
|
|
|
"fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
"fontWeight": "900",
|
|
|
"lineHeight": 1.3,
|
|
|
- "fontSize": "var(--wp--preset--font-size--extra-small)",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
"letterSpacing": "0.1em",
|
|
|
"textTransform": "uppercase"
|
|
|
}
|