implement (some) responsive font sizes

This commit is contained in:
Aadil Ayub 2024-06-13 13:23:29 +05:00
parent 81500127c3
commit 06fc832882

View File

@ -67,6 +67,7 @@
"wideSize": "1760px" "wideSize": "1760px"
}, },
"typography": { "typography": {
"fluid": true,
"fontFamilies": [ "fontFamilies": [
{ {
"fontFace": [ "fontFace": [
@ -490,21 +491,22 @@
"slug": "large" "slug": "large"
}, },
{ {
"fluid": false,
"name": "Extra Large", "name": "Extra Large",
"size": "30px", "size": "30px",
"slug": "x-large" "slug": "x-large"
}, },
{ {
"fluid": false,
"name": "Extra Extra Large", "name": "Extra Extra Large",
"size": "48px", "size": "48px",
"slug": "xx-large" "slug": "xx-large"
}, },
{ {
"fluid": false, "fluid" : {
"min": "43px",
"max": "54px"
},
"name": "Huge", "name": "Huge",
"size": "56px", "size": "54px",
"slug": "huge" "slug": "huge"
} }
] ]