theme_bandit icon indicating copy to clipboard operation
theme_bandit copied to clipboard

Request failure trying to download http://fonts.googleapis.com/css, status 400

Open dchuk opened this issue 8 years ago • 0 comments

<link href="//fonts.googleapis.com/css?family=Lato:400,700&amp;subset=latin,cyrillic,cyrillic-ext,vietnamese,latin-ext" rel="stylesheet" type="text/css">

Pretty sure this is just Google literally preventing the downloading of their fonts. Should add some logic to detect fonts.googleapis.com domain and only preserve the <link> rather than trying to download the font file.

dchuk avatar Mar 23 '16 07:03 dchuk