Title: Fonts
Last modified: August 21, 2016

---

# Fonts

 *  Resolved [about2flip](https://wordpress.org/support/users/about2flip/)
 * (@about2flip)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/fonts-21/)
 * Hi,
 * I’m using one column theme as a mobile site. My fonts in the pages i create are
   not being displayed in the template correctly.
    If i use H1 in the page, the 
   them doesn’t display it as H1, but rather a smaller font.
 * and breaks are not working either.
 * Why? Is there something I missing that is preventing this?
 * Thanks

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

 *  Theme Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/fonts-21/#post-4640867)
 * Hi,
 * I have decreased the size of logo h1 and logo h3 and title h3 a bit, please check
   the mobile stylesheet in css file:
 *     ```
       #header .logo h1 {font-size:2em;}
       #header .logo h3 {padding:0; font-size:1.3em;}
       .entry-title, .page-title, .widgettitle, .comments-title {font-size:1.3em;}
       ```
   
 * And do you have example of a ‘break’?
 * Guido
 *  Thread Starter [about2flip](https://wordpress.org/support/users/about2flip/)
 * (@about2flip)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/fonts-21/#post-4640908)
 * Hi thanks for replying.
 * It’s the post/page fonts that are not showing my fonts right.
    If i type ‘Something
   Text’ and make it BOLD, with large font, it shows up fine when I preview it in
   WP editor, but when I view it on Desktop or mobile the fonts is just regular 
   without the design I put on the font.
 * when I look at the code in firebug or chrome developer tool, it shows <p>excerpt
   </p>
    Is there something in the css that is preventing font design.
 * Thanks Again.
 *  Thread Starter [about2flip](https://wordpress.org/support/users/about2flip/)
 * (@about2flip)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/fonts-21/#post-4640911)
 * I figured it out. Your style sheet was missing:
    when i added this everything
   works.
 *  font-family: inherit;
    font-size: 100%; font-style: inherit; font-weight: inherit;
 *  Theme Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/fonts-21/#post-4640918)
 * Thanks. I did not know about this.
    I guess I’m using an out of date reset stylesheet.
   I do have this part: font-size: 100%; font: inherit;
 * But when I take a look at reset stylesheet of twentyfourteen theme, I notice 
   your whole code.
 * I think I will add this in next update.
 * Guido
 *  Thread Starter [about2flip](https://wordpress.org/support/users/about2flip/)
 * (@about2flip)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/fonts-21/#post-4640919)
 * Nevermind…That didn’t work.
 * I realized that I didn’t have my page set for the template. Instead I have to
   use default Template, page.php to get my fonts to act correctly.
 * Thanks

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

The topic ‘Fonts’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [about2flip](https://wordpress.org/support/users/about2flip/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/fonts-21/#post-4640919)
 * Status: resolved