RedHatOfficial / Overpass

Overpass open source web font family — Sponsored by Red Hat
http://overpassfont.org
SIL Open Font License 1.1
2k stars 92 forks source link

Fix reference to regular italic in web font CSS #43

Closed hakimel closed 7 years ago

hakimel commented 7 years ago

The web font CSS was referring to font files with the name overpass-regular-italic but those doesn't exist. I assume it's supposed to point to the overpass-italic files and updated the CSS to reflect. Hope that's right!