-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font fallback for users not having Consolas #1
Comments
Hi! Serif fonts are not default. Consolas is the default one as shown in the UI configuration. Original tailon also have Consolas. |
mhm, it seems that the font I see is not Consolas (I just looked up https://docs.microsoft.com/en-us/typography/font-list/consolas and it looks totally different) - can you confirm that my second screenshot is not the font I actually should see? btw, I am on Linux and Firefox as well as Chromium are showing the obove. What differs between your tailon and from gvalkov is that you have an inline css if I disable the checkbox of I understand that this is a feature you added, but perhaps it's possible to change Or, if you'd make the default font configurable with cmd args, would also be perfectly fine as a solution |
I don't know what font that is, but it certainly looks better ^^ Just to make sure, you don't need to change anything that will affect other users. Again I'm no css expert, but perhaps there is something like the opposite of |
This is the font without
Same here. I have not used CSS that much outside this project. I added a Are you interested in something like that? |
Yes, I'd need to try it, but sounds promising |
Just pushed it. If you are using docker, you may have to wait a bit for the workflow to continue. |
mhm, close, but still different from the original. Looks like Arial, it's very densed, compared to a fixed-with font I'd consider this:
I'm not sure if this list which is from gvalkov reads my system fonts, because some fonts are linux only, but this is what I see in my element inspector. Edit: looks like I dont have any fonts from the list :D and my browser falls back to Oh and please, if white is default, I'd appreciate if you'd set it to |
I changed the default
I added |
That's it! Now it looks good :-) Thanks a bunch for your time and effort, really! ❤️ |
Hi,
first, thanks for the fork, I finally have more initial tail lines, wow 👍
Your inline
-font
statement overwrites the globalfont-family
but only contains one font, so users not having Consolas will see ugly default font, which in my case is some serif.and the color used to be slightly darker than white. That's important
The text was updated successfully, but these errors were encountered: