• Resolved dyezepchik

    (@dyezepchik)


    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

    (@dyezepchik)

    already found

    Thread Starter dyezepchik

    (@dyezepchik)

    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

    (@dyezepchik)

    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.