Title: Font variations missing
Last modified: August 21, 2016

---

# Font variations missing

 *  Resolved [pamteplitz](https://wordpress.org/support/users/teplitz/)
 * (@teplitz)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/font-variations-missing/)
 * I’ve installed and am using the plugin. Seems to work fine until I want to use
   one of the lighter or heavier versions of one of the fonts I have selected, Open
   Sans. I seem to only have 400 and 600 (normal and bold) available. When I change
   the weights using Firebug, nothing happens.
 * This is the link in the header:
    `<link rel='stylesheet' id='google-font-manager-
   open-sans-css' href='http://fonts.googleapis.com/css?family=Open+Sans&ver=3.8.1'
   type='text/css' media='all' />`
 * When I click on the googleapis link, I see this:
 *     ```
       @font-face {
         font-family: 'Open Sans';
         font-style: normal;
         font-weight: 400;
         src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
       }
       ```
   
 * [http://wordpress.org/plugins/google-font-manager/](http://wordpress.org/plugins/google-font-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Thomas S. Butler](https://wordpress.org/support/users/opportunex/)
 * (@opportunex)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/font-variations-missing/#post-4570863)
 * You can use the “Font Options Inspector” to explore the various options available
   for each font. Not all fonts have variations available. You can override the 
   default settings in your CSS like so:
 * body { font-family: ‘Open Sans’; font-style: italic; font-weight: 300; }
 * We plan to add variations support directly in the plugin in the future, for now
   you’ll have to use the direct CSS method or inline styles. Hope that helps 🙂

Viewing 1 replies (of 1 total)

The topic ‘Font variations missing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/google-font-manager_dad3bd.svg)
 * [Google Font Manager](https://wordpress.org/plugins/google-font-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-font-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-font-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/google-font-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-font-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-font-manager/reviews/)

## Tags

 * [font-weight](https://wordpress.org/support/topic-tag/font-weight/)

 * 1 reply
 * 2 participants
 * Last reply from: [Thomas S. Butler](https://wordpress.org/support/users/opportunex/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/font-variations-missing/#post-4570863)
 * Status: resolved