yzernik / squeakroad

Open source darknet market with lightning network payments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove requests to gstatic

notnout opened this issue · comments

Currently the market app is making clearnet requests to gstatic to get fonts. Nicer fonts are not worth the privacy implications this request has.

Thanks @notnout.
I didn't notice that it was making any requests because the requests are happening inside the CSS file:

src: url(https://fonts.gstatic.com/s/raleway/v27/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');

Do you know if it's possible to get a static copy of the fonts saved locally?

Fixed: #570

Now all of the fonts are saved in the static directory.