choffmeister / roboto-fontface-bower

Bower package for the Roboto font-face
Apache License 2.0
153 stars 57 forks source link

chore: use only woff2 and woff #57

Closed DanielRuf closed 5 years ago

DanielRuf commented 5 years ago

This PR removes all other font files as woff and woff2 are supported in all browsers and have many advantages over the other font formats.

Also relying on locally installed fonts can lead to broken / incorrect design / text as the client has control over the fonts then and missing font types or broken ones (fonts also have versions) may cause a wrong display in the frontend.