Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Hi!
    I think you should download a plugin for site-translating, for a multi-language site. Then you can translate the site and the flags will also appear.

    Hi, Ajisai!
    Try this:
    find in main css the next:

    `/* =Global
    ———————————————– */

    body,
    button,
    input,
    select,
    textarea {
    color: #666;
    font-family: Baskerville, “Playfair Display”, “Times New Roman”, serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    }

    And change this font-family: Baskerville, “Playfair Display”, “Times New Roman”, serif;
    to this font-family: Arial, Quicksand, Helvetica, sans-serif;;

    Inspate of Quicksand, Helvetica you can write Times New Roman, for example. Its important, that Arial is staying on the first place.

Viewing 2 replies - 16 through 17 (of 17 total)