Title: Standarize Text Font &#8211; Evolve Theme
Last modified: August 30, 2016

---

# Standarize Text Font – Evolve Theme

 *  [Acueva](https://wordpress.org/support/users/acueva/)
 * (@acueva)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/standarize-text-font-evolve-theme/)
 * Hey everybody,
 * This place is amazing, and i am really glad that many of you are willing to help
   so nicely. Now unfortunately i am trying to standardize my website font i tried
   a cove that somebody had on a different forum and so some codes around this forum
   but none seems to be changing anything:
 * the code is:
 * /* For All content */
    body { font-family: Arial,sans-serif; /* Type of Font */
   font-size: 12px; /* Size of Font */ line-height: 24px; /* Line Height of Font*/}/*
   For Site Title content */ h1#site-title { font-family: ‘Lobster, Arial,sans-serif’;
   font-size: 45px; }
 * Can any of you give me a hand to have this issue sorted? In advance Thank you

Viewing 1 replies (of 1 total)

 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/standarize-text-font-evolve-theme/#post-6457201)
 * Hi Acueva,
 * Thanks for writing in! if you wish to standardize the font of your website, so
   you can try adding the following code under **Appearance > Theme Options > Custom
   Css**:
 *     ```
       body {
       font-family: Arial, sans-serif !important;
       font-size: 12px !important;
       line-height: 24px !important;
       }
   
       h2.entry-title {
       font-family: 'Lobster, Arial,sans-serif' !important;
       font-size: 45px !important;
       }
       ```
   
 * Please indicate the place in case above doesn’t assist.
 * Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Standarize Text Font – Evolve Theme’ is closed to new replies.

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

## Tags

 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * 1 reply
 * 2 participants
 * Last reply from: [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/standarize-text-font-evolve-theme/#post-6457201)
 * Status: not resolved