Skip to content
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

[Feature] Font #3247

Open
1 task done
TheThomasAmdreson opened this issue Nov 19, 2024 · 4 comments
Open
1 task done

[Feature] Font #3247

TheThomasAmdreson opened this issue Nov 19, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@TheThomasAmdreson
Copy link

Is there an existing request for feature?

  • I have searched the existing issues

What feature would you like?

Why does a desktop program work with its own font and not take it from the system?

Anything else?

No response

@TheThomasAmdreson TheThomasAmdreson added the enhancement New feature or request label Nov 19, 2024
@pottsandpans
Copy link
Collaborator

We do not take font from the system as it makes it very hard to design and also make things look correct for branding and aesthetic purposes.

@TheThomasAmdreson
Copy link
Author

This is a critical error. You and the user have 146% different tastes. "very hard to design" - are you kidding? there is one window. What design? You are trying to pass off the simple as complex.

@Aerilym
Copy link
Collaborator

Aerilym commented Dec 6, 2024

@TheThomasAmdreson Session Desktop is built with electron, it is standard practice to bundle a font with the application, much like with websites. You can't just plug in a random font and expect the app to still behave as expected, you'll get layout shift and some elements might be unusable, which is why it's not something commonly supported.

I'm curious why you'd want to use a system font?

@TheThomasAmdreson
Copy link
Author

@Aerilym
If the application layout collapses due to font changes. This means that the layout of the application is bad, and you need to change the layout.

Becouse i “can change” the font from the system, you know. Are you aware that the characters of the letter il1 are easy to confuse if it is not a monospace font. and what to do with O and 0?. What if I need to know what character is in the 15th position in a line? With a regular font I'll break my eyes while I figure it out
where is it
qwertyikljkjlf
iiillykjlhahsk
fifth letter

with electron
Why the hell use a browser framework? You are writing an application for the computer and not for the browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants