adobe-fonts / source-sans

Sans serif font family for user interface environments
https://adobe-fonts.github.io/source-sans
SIL Open Font License 1.1
3.46k stars 231 forks source link

Add Type 1 fonts converted from OTF #270

Closed dr-scsi closed 7 months ago

dr-scsi commented 8 months ago

The fonts were converted with:

for i in *.otf ; do cfftot1 -b $i -o `basename $i .otf`.pfb ; done

The Type 1 format is still relevant for traditional TeX engines which cannot access OTF files directly. These files should support LaTeX package writers how want to distribute the files in PFB format and not to infringe on Adobe's copyright for "Source".