itsamoreh / block-theme-starter

Craft your next WordPress block theme with a simple foundation ◼️
GNU General Public License v2.0
7 stars 0 forks source link

Remove this line and let WordPress deal with fluid typography #3

Closed itsamoreh closed 11 months ago

itsamoreh commented 1 year 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:

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

itsamoreh commented 1 year ago

See https://github.com/itsamoreh/andreemakes.com/commit/0327cd3193afc7034e35c3654f3722419ab6ec41