adobe-fonts / source-serif

Typeface for setting text in many sizes, weights, and languages. Designed to complement Source Sans.
https://adobe-fonts.github.io/source-serif
SIL Open Font License 1.1
2.15k stars 161 forks source link

Release CSS references missing EOT files #39

Closed davidmerfield closed 5 years ago

davidmerfield commented 5 years ago

Hello! Thank you all for the Source typefaces.

In the zip attached to the latest release, the file source-serif-pro.css references EOT files which do not exist:

...
    src: url('EOT/SourceSerifPro-ExtraLight.eot') format('embedded-opentype'),
...

The zip contains OTF, TTF, VAR, WOFF and WOFF2 directories, but not an EOT directory. Looks like build.sh needs to be amended somehow.

frankrolf commented 5 years ago

Thanks for the note – the release zip file points to a commit before this happened: https://github.com/adobe-fonts/source-serif-pro/commit/edf1db28d8ff4a9cf1edead9f8c5cfc87c519173

Not removing EOT (which has been deprecated and will no longer be distributed as part of this repository) was an oversight on my part, but not worth making a new release for IMO.