AllienWorks / cryptocoins

Cryptocoins is the most complete vector/webfont icon pack of your favourite cryptocurrencies
https://allienworks.github.io/cryptocoins/icons-demo
MIT License
828 stars 193 forks source link

Minified CSS files for webfont #170

Closed webmasterslava closed 4 years ago

webmasterslava commented 6 years ago

Please add minified CSS files for webfont: webfont/cryptocoins.min.css webfont/cryptocoins-colors.min.css

I could minify these files myself using webpack, but I'm loading them from https://cdn.jsdelivr.net to descrease my entry filesize.

FastTrackBeginner commented 6 years ago

Einverstanden

webmasterslava notifications@github.com schrieb am Fr., 11. Mai 2018, 18:52:

Please add minified CSS files for webfont: webfont/cryptocoins.min.css webfont/cryptocoins-colors.min.css

I could minify these files myself using webpack, but I'm loading them from https://cdn.jsdelivr.net to descrease my entry filesize.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AllienWorks/cryptocoins/issues/170, or mute the thread https://github.com/notifications/unsubscribe-auth/AX-NchVdKlz-1A8D0J-SwWUiUxyvrNljks5txcHCgaJpZM4T7wiG .

MartinKolarik commented 6 years ago

jsDelivr is able to minify the files on its own, just add .min to the filename: https://cdn.jsdelivr.net/npm/cryptocoins-icons@2.7.0/webfont/cryptocoins.min.css https://cdn.jsdelivr.net/npm/cryptocoins-icons@2.7.0/webfont/cryptocoins-colors.min.css