Title: Missing Font Weight?
Last modified: July 7, 2020

---

# Missing Font Weight?

 *  [Muirén Ní Sídach](https://wordpress.org/support/users/rhomani/)
 * (@rhomani)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/missing-font-weight/)
 * I make use of a common document templated with a format normalized across **Google
   Docx**, **LibreOffice**, **MS Office 365** from different authors.
 * We are standardized on the Ubuntu Font Family, copy/paste directly from the proofed
   document into the WordPress editor, which retains the original document formatting
   with this one exception.
 * Our paragraph uses Ubuntu 300 (Ubuntu Light) as the bulk text within a paragraph.
 * The strange thing is that Ubuntu Normal, what I assumed would be listed in the
   Typographic selection window as Ubuntu (400), is not being offered as a selection.
 * When a post or page is published, any use of Ubuntu Normal in a paragraph is 
   displayed as Ubuntu Medium (500), and I cannot figure out how to correct this
   globally.
 * To see what this looks like, look at the end of the sticky post of the blog. 
   The following words are formatted as Ubuntu Normal within a Ubuntu Light (300)
   paragraph, but are displayed as Ubuntu Medium (500)
    **[** Note: Please make 
   use of the links provided for greater understanding. **]**
 * How can I make sure Ubuntu Normal which I assume would be listed as 400, is accurately
   displayed?
 * Thank you,
 * Muirén
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmissing-font-weight%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [deewinc](https://wordpress.org/support/users/deewinc/)
 * (@deewinc)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/missing-font-weight/#post-13836108)
 * True. The plugin has lots of missing font weights. The developer only offers 
   default weights offered by Google fonts.
 * But you can change the weight by adjust the body fonts property a bit. In your
   case, I’d use the following code under additional CSS in WordPress
 *     ```
       p {
           font-family: 'Ubuntu';
           font-style: normal;
           font-weight: 300 !important;
       }
       ```
   
 * Wish the developer was responding to queries more often
    -  This reply was modified 5 years, 5 months ago by [deewinc](https://wordpress.org/support/users/deewinc/).

Viewing 1 replies (of 1 total)

The topic ‘Missing Font Weight?’ is closed to new replies.

 * ![](https://ps.w.org/easy-google-fonts/assets/icon-256x256.png?rev=2562365)
 * [Easy Google Fonts](https://wordpress.org/plugins/easy-google-fonts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-google-fonts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-google-fonts/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-google-fonts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-google-fonts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-google-fonts/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [deewinc](https://wordpress.org/support/users/deewinc/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/missing-font-weight/#post-13836108)
 * Status: not resolved