Closed itsamoreh closed 11 months ago
Setting the html font size to fluid causes some font inconsistencies in the editor vs frontend.
Remove this line and keep html font size at 16px:
https://github.com/itsamoreh/block-theme-starter/blob/2dcce89dbd1fd745fbbfc011b765eae0c3bac255/assets/css/global.css#L12
Also remove fluid: false over here:
fluid: false
https://github.com/itsamoreh/block-theme-starter/blob/2dcce89dbd1fd745fbbfc011b765eae0c3bac255/theme.json#L192
Will need to bump up the body font size in theme.json:
https://github.com/itsamoreh/block-theme-starter/blob/2dcce89dbd1fd745fbbfc011b765eae0c3bac255/theme.json#L161
See https://github.com/itsamoreh/andreemakes.com/commit/0327cd3193afc7034e35c3654f3722419ab6ec41
Setting the html font size to fluid causes some font inconsistencies in the editor vs frontend.
Remove this line and keep html font size at 16px:
https://github.com/itsamoreh/block-theme-starter/blob/2dcce89dbd1fd745fbbfc011b765eae0c3bac255/assets/css/global.css#L12
Also remove
fluid: false
over here:https://github.com/itsamoreh/block-theme-starter/blob/2dcce89dbd1fd745fbbfc011b765eae0c3bac255/theme.json#L192
Will need to bump up the body font size in theme.json:
https://github.com/itsamoreh/block-theme-starter/blob/2dcce89dbd1fd745fbbfc011b765eae0c3bac255/theme.json#L161