Skip to content

Change "system-ui" to something other than Cantarell #32

@ValdikSS

Description

@ValdikSS

Recently some websites started to use "system-ui" font-family which defaults to Cantarell on Fedora 33, and it looks too lean. After that website change, the fonts became less readable.

As I'm using KDE, there doesn't seem any way to adjust "system-ui" font for Firefox — it seem to support this function only with Gnome desktop. I had to change fontconfig configuration manually.

My proposal is to change "system-ui" to Arimo, for example.

<alias>
     <family>system-ui</family>
     <prefer>
         <family>Arimo</family>
     </prefer>
</alias>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions