xfjx / TonUINO

Die DIY Musikbox (nicht nur) für Kinder
https://www.voss.earth/tonuino/
GNU General Public License v3.0
449 stars 404 forks source link

website should work without allowing google #98

Closed c33s closed 3 years ago

c33s commented 3 years ago

image

currently the website https://tonuino.de/ is not usable if google fonts is not allowed. could be easily solved by adding link tags to the icon text

<dt><a href="https://voss.earth/tonuino"><i class="fas fa-file-alt fa-5x"></i></a></dt>
<dd>Anleitung</dd>

->

<dt><a href="https://voss.earth/tonuino"><i class="fas fa-file-alt fa-5x"></i></a></dt>
<dd><a href="https://voss.earth/tonuino">Anleitung</a></dd>

as google uses this domain for tracking it could also be a possible problem with the DSGVO

xfjx commented 3 years ago

Hi, I did the changes. Thanks for pointing that out.