spite / rstats

rStats
MIT License
244 stars 31 forks source link

load web font over HTTPS (fixes #13) #14

Closed cvan closed 8 years ago

spite commented 8 years ago

Wouldn't importCSS( '//fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300' ); work better? It keeps the origin protocol, preventing mixed content.

cvan commented 8 years ago

rebased. rr? @spite

cvan commented 8 years ago

r?

spite commented 8 years ago

Sorry, man. I thought this was merged already. I still think leaving the protocol unspecified would be better. Let's see if someone has issues with this. Thanks!