omnivore-app / omnivore

Omnivore is a complete, open source read-it-later solution for people who like reading.
https://omnivore.app
GNU Affero General Public License v3.0
11.39k stars 593 forks source link

Readability: lower the code font size #3873

Open PrecureKamiyu opened 2 months ago

PrecureKamiyu commented 2 months ago

In my case, the code font always looks bigger than normal font. That is very annoying, actually. And in principle, code font should be smaller than normal text.

Is it possible for users to change the code font size separately? Or just make the code font size smaller in general?

This is how it looks on original website:

image

And this is omnivore web view:

image
jacksonh commented 2 months ago

I just checked and it uses the same size as the readable text, it does use a different monospaced font though. Is it the inline text that looks bigger to you or the code block below? I can't tell any difference

PrecureKamiyu commented 2 months ago

I just checked and it uses the same size as the readable text, it does use a different monospaced font though. Is it the inline text that looks bigger to you or the code block below? I can't tell any difference

@jacksonh In the view of omnivore, there are more characters in a single line for normal text font, compared to the original website (it displays 3 more words, to be exact), but as for the monospaced font, it even needs a line break to display a line of code snippet, while no line break is needed for original website to display one line of code (the getaddrinfo code line).

It looks that monospaced text font and normal font have different font size.