Title: Adding a New Font Problem
Last modified: August 21, 2016

---

# Adding a New Font Problem

 *  Resolved [liton1980](https://wordpress.org/support/users/liton1980/)
 * (@liton1980)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/adding-a-new-font-problem/)
 * 1. I have download a font from a website (Its not Google fonts) and i want to
   add it to my website. I don’t know what should i do? I think i should upload 
   it to my website and then add it to theme or CSS. I don’t know where should i
   upload it and how to add it to Frontier theme.
    (The font that i downloaded has
   both .TFF and .OTF formats). Please guide me. I want to use this font for title
   of my posts. 2. It seems that by default, title of **widgets** use “Roboto Condensed”
   font. I want to change this font. How can i do this?

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

 *  Theme Author [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/adding-a-new-font-problem/#post-4215755)
 * If you’ve added your font file on your child theme folder then you can add something
   like this on your child-theme’s style.css
 *     ```
       @font-face {
          font-family: MyCustomFont;
          src: url('MyCustomFont.ttf');
       }
       ```
   
 * [http://codex.wordpress.org/Playing_With_Fonts#Font_Face](http://codex.wordpress.org/Playing_With_Fonts#Font_Face)
 * > 2. It seems that by default, title of widgets use “Roboto Condensed” font. 
   > I want to change this font. How can i do this?
 *     ```
       .widget-title {font-family: MyCustomFont;}
       ```
   
 * On one of your previous threads I asked if you use Firebug. You said yes. General
   CSS edits like this should be no problem if you do use web dev tools like Firebug.
   Maybe you could learn from this post [http://ronangelo.com/use-firebug-to-modify-wordpress-theme-css/](http://ronangelo.com/use-firebug-to-modify-wordpress-theme-css/)
 *  Thread Starter [liton1980](https://wordpress.org/support/users/liton1980/)
 * (@liton1980)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/adding-a-new-font-problem/#post-4215795)
 * Thanks a lot for your help and that helpful link.

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

The topic ‘Adding a New Font Problem’ is closed to new replies.

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

## Tags

 * [font](https://wordpress.org/support/topic-tag/font/)
 * [frontier](https://wordpress.org/support/topic-tag/frontier/)

 * 2 replies
 * 2 participants
 * Last reply from: [liton1980](https://wordpress.org/support/users/liton1980/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/adding-a-new-font-problem/#post-4215795)
 * Status: resolved