Semantic-Org / Semantic-UI-CSS

CSS Only distribution
http://www.semantic-ui.com
MIT License
488 stars 362 forks source link

Why @import /fonts.googleapis.com? 🤮 #85

Open swedieman opened 1 year ago

swedieman commented 1 year ago

I just found out that you guys are using a CSS @import to an external URL after been using it for some time. In this case to the CSS for the Lato font.

Why? Why any external dependency? I just can't understand it. It's terrible. Everything else from Semantic UI is (or can be) stand-alone, and since it has to also work offline this is so strange.

If you feel you really need the CSS (I do not use the Lato font anyway), why not just copy the contents of the file (https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin) into this project instead? Do you want to provide Google with stats (as if they don't spy on everyone and everything all the time anyway)?

Now I must stop using this project. Unless you fix it. But you could have done that long ago so I guess you wont.