Skip to content

Getting the default font sometimes fails #122

@meskarune

Description

@meskarune

Oh my system I have Noto Sans Regular as my default. However when I run this:

convert -list font | awk "{ a[NR] = \$2 } /family: $(fc-match sans -f "%{family}\n")/ { print a[NR-1]; exit }"

I get "Noto-Sans-Adlam-Regular" which is incorrect. It should be "Noto-Sans-Regular"

The bug in the awk script needs to get figured out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions