Replies: 4 comments
-
Discussion on the Discord reveals: |
Beta Was this translation helpful? Give feedback.
-
I believe we should find a way to parse the files to avoid using font config directly and just get the font changes. currently this does exist I would probably make it so |
Beta Was this translation helpful? Give feedback.
-
At least for the "if" part, I will say that a lot of applications on Linux including browsers do support fontconfig especially when it comes to missing characters, even if they do have their own preferences. For example here: https://neugierig.org/software/chromium/fonts/
So I agree with @xorgy in that at the very least we can parse and respect the user's FC config files as far as the docs specify. |
Beta Was this translation helpful? Give feedback.
-
For reference, the standard locations are as follows (transcribed from
|
Beta Was this translation helpful? Give feedback.
-
Determine if and how to support system fallbacks (e.g. fontconfig on Linux)
Beta Was this translation helpful? Give feedback.
All reactions