theme_bandit
theme_bandit copied to clipboard
Request failure trying to download http://fonts.googleapis.com/css, status 400
<link href="//fonts.googleapis.com/css?family=Lato:400,700&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.