YesWiki / yeswiki-theme-organic

GNU General Public License v3.0
0 stars 0 forks source link

Google font dependency in styles/green.css #1

Open Sebbaz opened 6 years ago

Sebbaz commented 6 years ago

Hey there,

I found a Google font dependency in the green.css stylesheet line 6 :

@import url("https://fonts.googleapis.com/css?family=Arvo:400,700|Damion");

This dependency impact visitors data privacy (https://policies.google.com/technologies/partner-sites?hl=fr) and it seems that it's not necessary to use a CDN for fonts (811 bytes).

Sebbaz commented 6 years ago

The Damion font and Arvo is under OFL Licence so it seems possible to redistribuate this in the YesWiki theme project : https://fonts.google.com/specimen/Damion https://fonts.google.com/specimen/Arvo https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web

mrflos commented 6 years ago

Thanks for the feedback and proposal! It's probably not the only theme using google's cdn for the font.. I'm quite busy right now to do it, but it's on the todolist (i already know a tool that helps for downlaoding the font with the right css syntax https://google-webfonts-helper.herokuapp.com/fonts )