Since 3.9.0 I've decided to stop using Safari since the column width sizing is so buggy there. Having switched to Chrome (on MacOS 15.3) I find that the font size in certain windows (specifically, the Expression edit box and the facet choices popup) is somewhat larger than in Safari and, I'd say, a bit ungainly. Does this come from a Chrome setting somewhere?
Yes, there are different default fonts used in Safari, Chrome, Edge, Opera, & Firefox. You might have a preference for a particular monospace fixed-width font or even Serif (Times New Roman) and Sans-serif fonts (Arial)? I personally like Consolas for a fixed-width font, but another default often used is Courier New.
In OpenRefine, any text input or text display dialogs mostly are setup to display with a monospace fixed-width font:
font-family: monospace;
facets.css
code
So in Safari, you might click on Preferences -> Fonts & Colors and change them to your liking, or in Chrome.
1 Like