• Resolved arnoldpiscel

    (@arnoldpiscel)


    Hey dear friends. I was searching topics about this but everything i tried doesnt work for me. I’m newbie so dont judge me for this question.. So..

    I have 2 languages english and russian, and on English language I’m using font which I really love and it doesn’t have cyrilic symbols so I want to write for russian language another font styles to edit font for russian symbols, by default they are ugly :d If someone knows how to add to russian language(non default) custom styles I will be happy cause I’m searching how to solve it up to 2 nights and all this tricks didn;t work for me, so please if anybody knows ho to do it.. thanks

    https://www.ads-software.com/plugins/qtranslate-x/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Gunu

    (@grafcom)

    @arnoldpiscel

    looking for something like this?

    Font – official webfonts plugin.

    Thread Starter arnoldpiscel

    (@arnoldpiscel)

    No, I want to change font on russian language example : on english language I have font “pompiere” which doesnt supports cyrilic letters and when i change language using qtranslate to russian i want to display russian text not on “pompiere” , I want to use another font with cyrilic beautiful letters. I just need to have different fonts(styles) on each language .

    Plugin Author Gunu

    (@grafcom)

    @arnoldpiscel

    You can use html codes.

    Page title: <font face="Garamond">Page Title</font>
    Page content: <span style="font-family: Garamond;">Page content</span>

    Thread Starter arnoldpiscel

    (@arnoldpiscel)

    I dont know, maybe I’m explaning bad and you don’t understand me.. I need different styles for inglish and for russian languages . so I need 2 .css files or something like you explained in this question https://www.ads-software.com/support/topic/different-css-styles-for-each-language?replies=5 .

    I need totally different styles fo each language if for ENGLISH LANGUAGE it is :
    .wrapper {font-family:pompiere;}

    FOR RUSSIAN it have to be :

    .wrapper {font-family:russian;}

    Now I explained what I want to solve? :s thanks for your replies anyway <3

    Thread Starter arnoldpiscel

    (@arnoldpiscel)

    I SOLVED THIS. THANKS

    FOR THOSE WHO WILL HAVE THE SAME PROBLEM USE IN CSS

    :lang(ru).full .page-title {

    /* RUSSIAN OR OTHER-only styles */

    }

    :lang(en){
    /* English-only styles */
    }

    FIRST GOES :lang(ru) THEN YOUR DIV CLAS NAME OR ID

    THANKS <3

    Plugin Author Gunu

    (@grafcom)

    @arnoldpiscel

    great, thanks for sharing!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom styles for each language’ is closed to new replies.