Title: changing fonts
Last modified: August 20, 2016

---

# changing fonts

 *  [inbalisrael](https://wordpress.org/support/users/inbalisrael/)
 * (@inbalisrael)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/changing-fonts-4/)
 * is there a way to change all the fonts in the style.css?

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

 *  [Harry](https://wordpress.org/support/users/harmck/)
 * (@harmck)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/changing-fonts-4/#post-2483107)
 * CSS works by use of inheritance, so if you define a font globally, and there 
   a different font is defined on an element below this, it may not take. However,
   quickly you could try the following:
 *     ```
       body{ font-family:Arial !important;}
       ```
   
 * Substitute the font you want for Arial. The !important part tries to enforce 
   the rule so it should be taken above all others. Though, there could be a fixes
   you’ll need to make, but you should be able to then track where to remove the
   references.
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/changing-fonts-4/#post-2483124)
 * [http://vudu.me/s6](http://vudu.me/s6)
 * May also be helpful, I wrote an article a bit ago about changing up fonts. It’s
   got some general advice, nothing too technical
 *  Thread Starter [inbalisrael](https://wordpress.org/support/users/inbalisrael/)
 * (@inbalisrael)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/changing-fonts-4/#post-2483132)
 * Thanks!

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

The topic ‘changing fonts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [inbalisrael](https://wordpress.org/support/users/inbalisrael/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/changing-fonts-4/#post-2483132)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
