Skeleton icon indicating copy to clipboard operation
Skeleton copied to clipboard

Added missing protocol to font googleapis

Open iwan opened this issue 9 years ago • 2 comments

Tiny change: added 'http' protocol to font GoogleAPIs

iwan avatar Feb 24 '16 08:02 iwan

This isn't an error, it's a shorthand that uses HTTP or HTTPS depending on whatever the page is loaded over.

dan1elhughes avatar Feb 24 '16 10:02 dan1elhughes

Actually, protocol relative URLs are becoming an anti-pattern. h5bp recently dropped them. If HTTPS is available (it is for googleapis), you should now link to that. See the update at the top of this old Paul Irish post for the rationale: http://www.paulirish.com/2010/the-protocol-relative-url/

xorlof avatar Mar 17 '16 01:03 xorlof