lyyourc / hexo-theme-again

lalala
104 stars 32 forks source link

Use https instead of http for loading fonts #15

Open adamsiwiec opened 7 years ago

adamsiwiec commented 7 years ago

Currently, _font.scss calls url(http://7xrcp8.com1.z0.glb.clouddn.com/Source%20Code%20Pro.woff), and this causes warnings in most browsers because of http. It should be https for better safety, and that requires your source to change.

adamsiwiec commented 7 years ago

I suggest that we include the .woff with the theme and don't make an external request. Much simpler, safer, and potentially faster