Title: Font is Inconsistent and Tiny in Different Posts
Last modified: October 9, 2017

---

# Font is Inconsistent and Tiny in Different Posts

 *  [blackedcode](https://wordpress.org/support/users/blackedcode/)
 * (@blackedcode)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/font-changes-on-different-posts/)
 * I’m really confused. I’ve created a few posts on my blog, but the font isnt’ 
   consistent. I installed Google fonts so that I could have more options, but when
   I go into Appearance, Typography, changing the “paragraph” seems to change the
   title font of the my site and the post font. Additionally, on one of my posts,
   the font is really small, even though I thought I programmed the post font to
   be size 16.
 * Another problem is the hyperlinks aren’t underlined or blue. I’ve researched 
   fixes and have input codes in CSS, but it doesn’t work.
 * Please help. Thank you!
    -  This topic was modified 8 years, 7 months ago by [blackedcode](https://wordpress.org/support/users/blackedcode/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffont-changes-on-different-posts%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 7 months ago](https://wordpress.org/support/topic/font-changes-on-different-posts/#post-9571074)
 * Please remove your coming soon thing.
 *  Thread Starter [blackedcode](https://wordpress.org/support/users/blackedcode/)
 * (@blackedcode)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/font-changes-on-different-posts/#post-9571190)
 * Sorry. Removed.
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 7 months ago](https://wordpress.org/support/topic/font-changes-on-different-posts/#post-9571222)
 * > Appearance, Typography,
 * You’d need to ask your theme’s developers about that.I recommend asking at [https://wordpress.org/support/theme/kale](https://wordpress.org/support/theme/kale).
 * Your font is set to Arial inline, with an !important so it’s not overridden.
 *     ```
       body {
          font-size: 15px;
       }
       ```
   
 * will increase the font a bit.
 * **To add CSS:**
    - If you are using WordPress 4.7 or later, use the “Additional CSS” option in
      the customizer.
    - If your theme has a custom CSS option, use that to add the CSS shown above.
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   to help you see and test changes to your CSS.
 *  Thread Starter [blackedcode](https://wordpress.org/support/users/blackedcode/)
 * (@blackedcode)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/font-changes-on-different-posts/#post-9571229)
 * These two pages are different and I’m not sure why. Also they hyperlinks don’t
   show up.
 * [http://blackedcode.com/cornells-bsu-stages-sit-in-letter-drop/](http://blackedcode.com/cornells-bsu-stages-sit-in-letter-drop/)
 * [http://blackedcode.com/marshall-movie-screenings-for-students/](http://blackedcode.com/marshall-movie-screenings-for-students/)
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 7 months ago](https://wordpress.org/support/topic/font-changes-on-different-posts/#post-9571250)
 * On the Cornell page, someone put the stuff in explicitly via the editor:
 * `<span style="font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 14pt;
   color: #000000;">`
 * Your CSS sets the links to black:
 *     ```
       a, a:hover, a:visited, a:active, a:focus {
           color: #000000;
       }
       ```
   
 * Use custom CSS to set a different color.
 *  Thread Starter [blackedcode](https://wordpress.org/support/users/blackedcode/)
 * (@blackedcode)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/font-changes-on-different-posts/#post-9571446)
 * How do I remove the code from the editor?
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 7 months ago](https://wordpress.org/support/topic/font-changes-on-different-posts/#post-9571455)
 * Select the text and click the eraser icon (clear formatting) on the 2nd row of
   icons.
 * See [https://i.imgur.com/XW3vrvL.png](https://i.imgur.com/XW3vrvL.png)
 * [[
    -  This reply was modified 8 years, 7 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
 *  Thread Starter [blackedcode](https://wordpress.org/support/users/blackedcode/)
 * (@blackedcode)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/font-changes-on-different-posts/#post-9571547)
 * Thanks Steve. That was helpful. Can you tell me how to increase the font on the
   post pages? And, is there a way to underline the hyperlinks? When I try, it also
   seems to underline the website title/header.
 * Thanks

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Font is Inconsistent and Tiny in Different Posts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 2 participants
 * Last reply from: [blackedcode](https://wordpress.org/support/users/blackedcode/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/font-changes-on-different-posts/#post-9571547)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
