Minimum font size
-
Hi. I'm trying Vivaldi now and it seems a great browser but it misses an essential feature: minimum font size. Way too many sites use tiny, hard to read fonts. Using zoom is not user friendly because it requires annoying scrolling back and forth to read the text.
The best solution would be to implement custom minimum font size, so any text with a size lower than the required size is automatically resized. If the font size is the same or above then it should remain the same.
Then the text should be automatically reflowed to fit the browser's window.
-
@alin1
Hi, you can set a font size in Settings > Accessibility.
Vivaldi has Zoom and Scale, Scale scale the page, Zoom the text.
I have Zoom in my customized menu, Settings > Menu.Cheers, mib
-
@mib2berlin said in Minimum font size:
@alin1
Hi, you can set a font size in Settings > Accessibility.
Vivaldi has Zoom and Scale, Scale scale the page, Zoom the text.
I have Zoom in my customized menu, Settings > Menu.Cheers, mib
Sorry, but it's not what I meant. That zoom makes the whole page larger. The big sized fonts become even larger. Also there is no text reflow, so I have to scroll horizontally which is very annoying.
Minimum font size would be way to make tiny sized text have a decent size for reading. The rest of the text should keep the original size because it's already above the minimum size. So, ONLY the tiny fonts underneath a certain size should be resized and the page adapted to fit the new size without horizontal scrollbars.
In a nutshell an algorithm like this:
if current-text.fontsize < user.minimum-fontsize then {
current-text.fontsize = user.minimum-fontsize
}
refresh-web-view() -
@alin1
No, Zoom scales the text and there is text reflow.
This is scale 100% and zoom 80%.This is the zoom button.
-
@mib2berlin said in Minimum font size:
@alin1
No, Zoom scales the text and there is text reflow.
This is scale 100% and zoom 80%.This is the zoom button.
Try Zoom 130%. See those horizontal scrollbars? I want the text to stay inside the browser window. And as I said, only text below a certain threshold should be resized, not the whole page.
-
-
@alin1
I am not against your feature request, it's just working for me.
Maybe it depends on the device and resolution settings.
At some point this doesn't work anymore, 150-180% is mostly the limit for me. -
I am not sure what the OP was requesting, but here's my take on trying to change the font size in the Vivaldi email client.
-
The Zoom bar affects only the reader pane (the one that the text of the currently selected email appears in). It does NOT affect the font size in the pane that shows the list of emails, nor in the folder listing panel, nor in the email drafting pane (when you're writing an email, the slider is grayed out). IMHO it should affect all those panes--if I need a bigger font in one, it seems likely I'll want a bigger font in all. (Note that this is about the screen size, not about changing the font size in the actual email I'm sending someone.)
-
The <CTRL>+ and <CTRL>- keys work similarly: they only affect the text in the reader pane. Again, I think they should affect all the panes.
-
The Zoom slider and the <Ctrl> keys are only effective for the current session. If I close and re-open the email client, or the entire browser app, my embiggened settings go away. There ought to be a way to retain my preferred font size across sessions, at least for the email client (unclear whether this should be done for ordinary http(s) sites, which already vary in font size). Perhaps this permanent change could be made in the Settings.
-