Title: Font replacement
Last modified: August 22, 2016

---

# Font replacement

 *  Resolved [dyezepchik](https://wordpress.org/support/users/dyezepchik/)
 * (@dyezepchik)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/font-replacement/)
 * I like this nice font of the headers in Hannari, but it is not available for 
   Russian letters.
    I found another, similar font and I’d like to replace it. Can
   you please help me? How do I do it? Thank you!

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

 *  Thread Starter [dyezepchik](https://wordpress.org/support/users/dyezepchik/)
 * (@dyezepchik)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/font-replacement/#post-5504133)
 * already found
 *  Thread Starter [dyezepchik](https://wordpress.org/support/users/dyezepchik/)
 * (@dyezepchik)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/font-replacement/#post-5504201)
 * I found how to do that, I suppose in css
 *     ```
       /**  Fonts  **/
       @font-face {
           font-family: 'BebasNeueRegular';
           src: url('css/fonts/BebasNeue-webfont.eot');
           src: url('css/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
                url('css/fonts/BebasNeue-webfont.woff') format('woff'),
                url('css/fonts/BebasNeue-webfont.ttf') format('truetype'),
                url('css/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
           font-weight: normal;
           font-style: normal;
       }
       ```
   
 * But replacing paths to the font files I can not change actual font on the WP 
   frontpage. Why? I put another font files to the folder css/fonts/ and replace
   paths in the css file. Then I reload my web page and the font seems to be sans-
   serif
    I understand why do I see sans_serif:
 *     ```
       /**  H1-H6  **/
       h1, h2, h3, h4, h5, h6, .readmorelink{
       	font-family: 'BebasNeueRegular', sans-serif;
       	text-transform:uppercase;
       	clear:both;
       }
       ```
   
 * But I don’t understand why doesn’t it load any other font?
 *  Thread Starter [dyezepchik](https://wordpress.org/support/users/dyezepchik/)
 * (@dyezepchik)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/font-replacement/#post-5504235)
 * it was a wrong folder I added the files too =)

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

The topic ‘Font replacement’ is closed to new replies.

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

 * 3 replies
 * 1 participant
 * Last reply from: [dyezepchik](https://wordpress.org/support/users/dyezepchik/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/font-replacement/#post-5504235)
 * Status: resolved