Title: Fonts
Last modified: August 5, 2020

---

# Fonts

 *  [kaitlynko](https://wordpress.org/support/users/kaitlynko/)
 * (@kaitlynko)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/fonts-75/)
 * Hi, I have been loving the Cressida theme so far, it’s beautiful! Thank you so
   much for offering it fo free.
 * I just have one request: would it be possible to remove the cormorant font from
   my website? I would like to replace all the bigger cormorant texts (titles, headings,
   etc) with Monserrat Hairline and replace all the smaller cormorant texts (tagline,
   button, contact page, etc) with lato for all the current and future texts on 
   my website. Any help with that would be great!
 * Look forward to hearing back from you. Thanks again!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffonts-75%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [amandamorelli3](https://wordpress.org/support/users/amandamorelli3/)
 * (@amandamorelli3)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/fonts-75/#post-13229770)
 * Hi, I also am using the Cressida theme and have a question about fonts as well.
 * I am trying to bold the font within the post editor. However, when I do this 
   and update the post, it does not appear to be bolded when I view the published
   post. I tried using the HTML editor and using the codes both “b” and “strong”
   correctly but that still did not work. I tried underlining in HTML and that did
   work! So I’m wondering if there is something within the coding of the theme that
   is preventing the text to be bolded?
 * Any help would be appreciated! thank you!
    -  This reply was modified 5 years, 9 months ago by [amandamorelli3](https://wordpress.org/support/users/amandamorelli3/).
    -  This reply was modified 5 years, 9 months ago by [amandamorelli3](https://wordpress.org/support/users/amandamorelli3/).
 *  [Steven (LyraThemes)](https://wordpress.org/support/users/stevenlyrathemes/)
 * (@stevenlyrathemes)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/fonts-75/#post-13229874)
 * Hi [@kaitlynko](https://wordpress.org/support/users/kaitlynko/),
 * I am so sorry for the delay on this. I honestly don’t know how we missed this
   until now, but thank you for your patience.
 * You can add this CSS under Appearance > Customize > Additional CSS to change 
   the fonts, feel free to adjust it as necessary:
 *     ```
       h1, h2, h3, h4, h5, h6 {
       	font-family: "Montserrat Hairline", sans-serif;
       }
       label {
       	font-family: "Lato", sans-serif;
       }
       input[type="submit"], input[type="reset"] {
       	font-family: "Lato", sans-serif;
       }
       .logo .tagline {
       	font-family: "Lato", sans-serif;
       }
       .entry-read-more {
       	font-family: "Lato", sans-serif;
       }
       .comment-form input[type="submit"] {
       	font-family: "Lato", sans-serif;
       }
       .box-caption a.btn {
       	font-family: "Lato", sans-serif;
       }
       .frontpage-featured-posts .entry-featured-thumb .featured-promote-box .promote-box-more {
       	font-family: "Lato", sans-serif;
       }
       .sidebar-widgets .recent-posts-widget-with-thumbnails .rpwwt-post-title {
       	font-family: "Montserrat Hairline", sans-serif;
       }
       .widget-area-frontpage-hero .recent-posts-widget-with-thumbnails .rpwwt-post-title {
       	font-family: "Montserrat Hairline", sans-serif;
       }
       .widget-area-frontpage-hero .recent-posts-widget-with-thumbnails .rpwwt-post-excerpt a {
       	font-family: "Lato", sans-serif;
       }
       ```
   
 * [@amandamorelli3](https://wordpress.org/support/users/amandamorelli3/), could
   I ask a favor? Would you mind posting your question [in a separate topic here](https://wordpress.org/support/theme/cressida/#new-topic-0),
   with a link to the post that you’re having trouble with? Thanks so much!
 *  Thread Starter [kaitlynko](https://wordpress.org/support/users/kaitlynko/)
 * (@kaitlynko)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/fonts-75/#post-13377405)
 * Hi,
 * So sorry, but I actually have another question regarding the fonts. The text 
   in the pages and posts seem to be quite small, and I was wondering if there’s
   any way to change the font size?
 * Thank you,
    Kaitlyn
 *  [Steven (LyraThemes)](https://wordpress.org/support/users/stevenlyrathemes/)
 * (@stevenlyrathemes)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/fonts-75/#post-13382413)
 * Hi Kaitlyn,
 * Good question! You can add this CSS under Appearance > Customize > Additional
   CSS to increase the base font size in your post and page content from 14px to
   16px (and you can change the 16px to whatever you like):
 *     ```
       .entry-content {
           font-size: 16px;
       }
       ```
   
 * Let us know if you need anything else!
 *  Thread Starter [kaitlynko](https://wordpress.org/support/users/kaitlynko/)
 * (@kaitlynko)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/fonts-75/#post-13392406)
 * Thank you for your help! Since the text is getting bigger, I was wondering if
   there was a way to make the space between each line bigger as well?
 *  [Steven (LyraThemes)](https://wordpress.org/support/users/stevenlyrathemes/)
 * (@stevenlyrathemes)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/fonts-75/#post-13392516)
 * Sure thing! You can add line-height to that CSS to control the spacing, like 
   this:
 *     ```
       .entry-content {
           font-size: 16px;
           line-height: 24px;
       }
       ```
   
 * Looking good by the way, really nice work. Let us know if you need anything else!
 *  Thread Starter [kaitlynko](https://wordpress.org/support/users/kaitlynko/)
 * (@kaitlynko)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/fonts-75/#post-13394473)
 * Thank you so much!

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

The topic ‘Fonts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/cressida/1.2/screenshot.jpg)
 * Cressida
 * [Support Threads](https://wordpress.org/support/theme/cressida/)
 * [Active Topics](https://wordpress.org/support/theme/cressida/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/cressida/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/cressida/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [kaitlynko](https://wordpress.org/support/users/kaitlynko/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/fonts-75/#post-13394473)
 * Status: not resolved