Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • rope Friend
    #184171

    Hi! I`v installed Ja_brisk quickstart and now try to change default menu item names to cyrillic, but it shows wrong. I`v thought, it`s problem of roboto font, but roboto.ttf from font folder of this template is allow cyrillic. What`s wrong?


    1. menu
    rope Friend
    #480497

    Yes! I`v got it! The problem was: roboto fonts, used by this template, realy not support Cyrillic.
    May be my step-by-step guide will be useful to anybody, who wants to change some web fonts, (for example, roboto.ttf in template ja_brisk).
    1. Download font *.ttf file you wish from anywhere.
    2. Go to web service of http://www.fontsquirrel.com/fontface/generator , upload your ttf there, wait for a second and you will be able to download generated ready @Face-font kit (set of files woff, svg, eot etc.)
    3. Unzip your @Face-font kit and copy font files (in my case, roboto.svg, roboto.ttf, roboto.woff, roboto.eot) to the templatesja_briskfontsroboto folder.
    4. Open css file from this folder (in my case, stylesheet.css), found section with font you wants to change and change it with similar section of css, comes with your @Face-font kit.
    For example:
    @font-face {
    font-family: ‘robotobold’;
    src: url(‘roboto-bold.eot’);
    src: url(‘roboto-bold.eot?#iefix’) format(’embedded-opentype’),
    url(‘roboto-bold.woff’) format(‘woff’),
    url(‘roboto-bold.ttf’) format(‘truetype’),
    url(‘roboto-bold.svg#robotobold’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    5. To check that`s ready refresh you site twice.
    6. Enjoy!

    Blaine Friend
    #480534

    Thanks for this! I will now move this to the solved area!

    rope Friend
    #480543

    Yes,thank you. Could you change “robobold” to “robotobold” in the name of this thread to better search (I`v make a mistake)…

    Blaine Friend
    #480679

    <em>@rope 356196 wrote:</em><blockquote>Yes,thank you. Could you change “robobold” to “robotobold” in the name of this thread to better search (I`v make a mistake)…</blockquote>

    Titled changed!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Blaine 11 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum