Title: Font Style Issues
Last modified: August 30, 2016

---

# Font Style Issues

 *  [dimesanddonuts](https://wordpress.org/support/users/dimesanddonuts/)
 * (@dimesanddonuts)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/font-style-issues/)
 * Hi,
 * I recently changed the style of the font on my website. For some reason posts
   that contain bulleted lists such as this one [http://www.dimesanddonuts.com/2015/06/29/pepper-jack-macaroni-cheese/](http://www.dimesanddonuts.com/2015/06/29/pepper-jack-macaroni-cheese/)
   are still showing the old font in the bulleted list.
 * Some posts such as this one [http://www.dimesanddonuts.com/2015/04/19/links-to-love-7/](http://www.dimesanddonuts.com/2015/04/19/links-to-love-7/)
   are even showing the old font and the old link color in the bulleted list.
 * I would greatly appreciate help in fixing this!

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

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/font-style-issues/#post-6428926)
 * How did you change the font? You could use this custom CSS to change the font
   of the bulleted lists:
 *     ```
       .post-content ul, ol {
       	font-family: "Georgia";
       }
       ```
   
 * Alternatively, you could use this custom CSS to change the font of the entire
   post, but doing it this way would also change the font of your headers “Ingredients”
   and “Instructions”:
 *     ```
       .post-content {
       	font-family: "Georgia";
       }
       ```
   
 *  Thread Starter [dimesanddonuts](https://wordpress.org/support/users/dimesanddonuts/)
 * (@dimesanddonuts)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/font-style-issues/#post-6428929)
 * I changed the font through the “customize” -> “typography” option for my theme
   on WordPress. I didn’t manually change anything in the CSS.
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/font-style-issues/#post-6429135)
 * It’s possible that your theme’s built-in customization options don’t cover the
   lists, and as you are using a commercial theme, I can’t download the theme and
   check for myself. Your best bet would be to contact the theme’s vendors for help.
   After all, that’s part of what you paid for.
 * Did you try the custom CSS I recommended? You can either use your theme’s built-
   in custom CSS option, if one exists, or a [custom CSS plugin](http://wordpress.org/plugins/search.php?q=custom+css).

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

The topic ‘Font Style Issues’ is closed to new replies.

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/font-style-issues/#post-6429135)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
