On Tue, 19 Aug 2025 at 09:31, John Naylor <johncnaylo...@gmail.com> wrote: > I found the font difficult to read, like it's not rendering smoothly > on my system. While the text looked smaller, I had to zoom out to 75% > in my browser to get the whole table to fit on screen -- anyone else? > (I didn't see font in the list of changes...)
That's a difference between Bootstrap 3 and Bootstrap 5 I guess. Before font-family was set to this: "Helvetica Neue", Helvetica, Arial, sans-serif Now it's set to this much longer fallback string: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" Can you check what font is actually being used on your system like this[1]? [1]: https://devtoolstips.org/tips/en/list-used-fonts/