Re: New commitfest app release on August 19th
Jelte Fennema-Nio <me@jeltef.nl>
From: Jelte Fennema-Nio <me@jeltef.nl>
To: John Naylor <johncnaylorls@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-08-19T09:15:06Z
Lists: pgsql-hackers
On Tue, 19 Aug 2025 at 09:31, John Naylor <johncnaylorls@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/