Add Fira Font support

This commit is contained in:
stephan.raabe
2023-02-15 16:56:08 +01:00
parent f0358b1e29
commit bd0c537940
6 changed files with 198 additions and 80 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
fc-list \
| grep -ioE ": [^:]*$1[^:]+:" \
| sed -E 's/(^: |:)//g' \
| tr , \\n \
| sort \
| uniq