diff --git a/Extras/fontconfig/ss01.conf b/Extras/fontconfig/ss01.conf new file mode 100644 index 0000000..f818875 --- /dev/null +++ b/Extras/fontconfig/ss01.conf @@ -0,0 +1,15 @@ + + + + + + + + + Fantasque Sans Mono + + + ss01 + + + diff --git a/pkg.sh b/pkg.sh index 00fe83c..d83cfc4 100755 --- a/pkg.sh +++ b/pkg.sh @@ -27,6 +27,7 @@ fpm -s dir -t ${pkg} -a all \ Variants/Normal/OTF/FantasqueSansMono-Bold.otf=/usr/share/fonts/opentype/${name}/ \ Variants/Normal/OTF/FantasqueSansMono-Italic.otf=/usr/share/fonts/opentype/${name}/ \ Variants/Normal/OTF/FantasqueSansMono-BoldItalic.otf=/usr/share/fonts/opentype/${name}/ \ + Extras/fontconfig/ss01.conf=/etc/fonts/conf.avail/25-${name}-nondescript-k.conf \ LICENSE.txt=/usr/share/doc/${name}/copyright \ README.md=/usr/share/doc/${name}/ \ CHANGELOG.md=/usr/share/doc/${name}/ \