I imported a new Google font (Bitter) and declared it in a specific theme, which is not the site's main theme (different themes on my website use different fonts).
Yet, in the html head of the page styled with that specific theme I can see the fonts declared in the main theme:
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Sans:regular|Jockey+One:regular&amp;subset=latin" media="all">

I cleared Drupal cache and even uninstalled the specific theme and installed it again, to no avail.
The only way to make it work is to declare the new fonts in the main theme .info file

Is it related to this issue?
https://www.drupal.org/node/1444708

Comments

Neslee Canil Pinto’s picture

Status: Active » Closed (outdated)