Incorrect replacement of fonts embedded via //[server] link
-
The plugin works great! – For a number of pages I maintain.
However, for my own site it does not work correctly.My theme “SiteOrigin North” includes Google Fonts via “//fonts.googleapis.com” (without protocol to be able to handle http as well as https)
The original font link
<link rel='stylesheet' id='siteorigin-google-web-fonts-css' href='//fonts.googleapis.com/css?family=Droid+Sans%3A400%2C700&ver=18b175b350063bdc7c2aadd7b11644e1' type='text/css' media='all' />
is replaced by
<link rel='stylesheet' id='siteorigin-google-web-fonts-css' href='//www.[my-server].de/wp-content/uploads/sgf-css///www.[my-server].de/wp-content/uploads/sgf-css///fonts.googleapis.com/css?family=Droid+Sans%3A400%2C700&ver=18b175b350063bdc7c2aadd7b11644e1' type='text/css' media='all' />
That obviously does not work.
How can I work-around this?
Thanks,
Matt
- The topic ‘Incorrect replacement of fonts embedded via //[server] link’ is closed to new replies.