Skip to content

Chrome and Firefox ignore embolden assignment. #4

@dumol

Description

@dumol

"Varela Round" is closer to "Arial Rounded MT Bold" if embolden is used, but this trick only works on WebKitGTK:

    <match target="pattern">
        <test qual="any" name="family">
            <string>Arial Rounded MT Bold</string>
        </test>
        <edit name="family" mode="assign" binding="strong">
            <string>Varela Round</string>
        </edit>
        <edit name="embolden" mode="assign">
            <bool>true</bool>
        </edit>
    </match>

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