bookieio / Bookie

Python based delicious.com replacement
GNU Affero General Public License v3.0
633 stars 140 forks source link

allow hosting google fonts locally #541

Open anarcat opened 9 years ago

anarcat commented 9 years ago

while I can appreciate nice fonts, i think it's a problem that bookie refers its users to Google-hosted fonts. google has and collects a lot of information about its users, through all those free services, and having Bookie an independent service would require those fonts to be hosted elsewhere.

mitechie commented 9 years ago

Thanks I'm all for this as an option. We do it with the extensions I believe. I'm tagging this as a bite size bug someone new could work on.

NalinG commented 9 years ago

@shahhena95 shouldn't we use .ttf font type rather than .woff2 , since it is not supported by some browsers.

NalinG commented 9 years ago

I can give a PR regarding the same if you want.

anarcat commented 9 years ago

@mitechie have you looked at 23717a5 from @shahhena95? it looks like a simple enough fix.. i wonder if the font's license is compatible however.

anarcat commented 9 years ago

ping