Title: Custom Font Issues
Last modified: August 22, 2016

---

# Custom Font Issues

 *  Resolved [Sabrael Carroll](https://wordpress.org/support/users/abrokenmuse/)
 * (@abrokenmuse)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/custom-font-issues/)
 * URL: [http://brokenmuse.org/blog/](http://brokenmuse.org/blog/)
 * So I’m trying to adjust the font of the blog posts, and despite inspecting the
   element in Firefox to figure out what CSS to add to the Custom Includes. It refuses
   to adjust it for some reason. I am trying this right now:
 * `h1.posttitle, h2.posttitle, h2.post-title a {font-family: 'Just Another Hand',
   cursive;}`
 * Not sure if I’m looking at it wrong. Any advice?

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/custom-font-issues/#post-5822437)
 * Hey there Sabrael Carroll,
 * How are you doing today?
 * Could you please try adding the followingCSS code in the style.css file of your
   [child theme](http://codex.wordpress.org/Child_Themes) or add it in your site
   using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       h1.posttitle a, h2.posttitle a, h1.posttitle a:visited, h2.posttitle a:visited {
       font-family: 'Just Another Hand', cursive;
       }
       ```
   
 * This should change the font of your titles.
 * Hope this helps 🙂
 * Best regards,
    Bojan
 *  Thread Starter [Sabrael Carroll](https://wordpress.org/support/users/abrokenmuse/)
 * (@abrokenmuse)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/custom-font-issues/#post-5822445)
 * Hello Bojan,
 * I am doing much better now thanks to your help. I also had to include a hover
   selector so it didn’t revert on hover, but it worked perfectly for all the headings
   of my posts. Thank you!
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/custom-font-issues/#post-5822448)
 * Glad I could help 🙂
 * Cheers,
    Bojan
 *  [colinsp](https://wordpress.org/support/users/colinsp/)
 * (@colinsp)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/custom-font-issues/#post-5822482)
 * You don’t need this plugin with Suffusion. Just put your custom CSS in Suffusion
   Options > Backend > Custom Includes > Custom Styles.
 * In future you get better support from the dedicated theme forum at [http://aquoid.com/forum/](http://aquoid.com/forum/)

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/suffusion/4.4.9/screenshot.png)
 * Suffusion
 * [Support Threads](https://wordpress.org/support/theme/suffusion/)
 * [Active Topics](https://wordpress.org/support/theme/suffusion/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/suffusion/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/suffusion/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [colinsp](https://wordpress.org/support/users/colinsp/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/custom-font-issues/#post-5822482)
 * Status: resolved