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

**URL:** <https://meta.discourse.org/t/rebuild/403614>\
**Category:** UX\
**Tags:** foundation-theme\
**Created:** [May 22, 2026, 10:02am UTC](https://meta.discourse.org/t/rebuild/403614 "2026-05-22T10:02:17Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)\
**Post date:** [May 22, 2026, 1:14pm UTC](https://meta.discourse.org/t/rebuild/403614/2 "2026-05-22T13:14:14Z")

</div>

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](https://github.com/discourse/discourse/commit/90ab88850dfb42cbca3c9387b8227ab2a12af6ea#diff-70ae040915a6d5126b21d7586423dcdcdbe862fb4462ceb4d1d33b1acc97848f)

i used this to fix it on my site

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

```

---

_[View the full topic](https://meta.discourse.org/t/rebuild/403614)._
