Support » Theme: Sporty » Font face problem

  • Hi,

    bebasregular has problems with Croatian letters like šđčćž. In titles of pages and posts it is alot smaller and it doesn’t look good. I’ve solved it by commenting out

    @font-face {
    font-family: ‘bebasregular’;
    src: url(‘font/bebas___-webfont.eot’);
    src: url(‘font/bebas___-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘font/bebas___-webfont.woff’) format(‘woff’),
    url(‘font/bebas___-webfont.ttf’) format(‘truetype’),
    url(‘font/bebas___-webfont.svg#bebasregular’) format(‘svg’);
    font-weight: normal;
    font-style: normal;
    }

    in style.css. That is not a good solution tho. What do you propose?

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Template Express

    (@danstriker)

    Hello,

    you can try a different font. Grab one from font squirrel that supports your language and add the code they provide in place of the bebas code and remember to add the font files to the fonts folder.

    Thread Starter bajro

    (@bajro)

    Hello,

    yes that would help, but on the plugin upgrade thoose changes will be lost. Is there any onther way to turn font-face off?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font face problem’ is closed to new replies.