CSS includes fonts incorrectly
-
Hi,
All in all I am content with this plugin, straightforward and clean. However, I ran into a little issue: There were 404s appearing in the loggings for /wp-content/themes/dt-the7/wp_knowledgebase/fonts.googleapis.com/css?family=Open+Sans:400,600,700
Upon investigation, I came across the kbe_style.css in /wp-content/themes/dt-the7/wp_knowledgebase, where the first line read:
@import “fonts.googleapis.com/css?family=Open+Sans:400,600,700”;
When I changed this into
@import “http://fonts.googleapis.com/css?family=Open+Sans:400,600,700”;
the 404 disappeared. Please consider this fix in a next release.
Kind regards,
Gerard
The topic ‘CSS includes fonts incorrectly’ is closed to new replies.