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.
Oh my system I have Noto Sans Regular as my default. However when I run this:
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.