After the recent rebuild update, the homepage font became very small

i noticed this too with modernized foundation. looks like you have modernized foundation enabled? if you revert to old foundation, i think it goes back to the larger size.

recent changes that were made to the foundation theme might have had an effect on font size:

https://github.com/discourse/discourse/commit/90ab88850dfb42cbca3c9387b8227ab2a12af6ea#diff-70ae040915a6d5126b21d7586423dcdcdbe862fb4462ceb4d1d33b1acc97848f

i used this to fix it on my site

.uc-modernize-foundation-theme {
    --d-topic-list-data-font-size: inherit;
}
1 Like