• Is there any way to change the original fonts to Helvetica?

    This is my website
    http://edumotiva.eu/construit2017
    It happens when visitors are using other operating systems to get other fonts than the original (Times).

    Could you please help with this? Do you have any suggestion?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author quickrefrence

    (@quickrefrence)

    Hi renealim,

    I have visited your website and found that the Helvetica fonts are already showing in your website.

    Thread Starter renealim

    (@renealim)

    Hi! Yes I found the way to do it.

    I have another question though: how can I move the primary menu/home menu a bot to the left?

    Thanks in advance,
    Rene

    Theme Author quickrefrence

    (@quickrefrence)

    Hello rene,

    You can below css in custom css box.

    `@media (min-width: 768px) {
    .navbar-header {
    float: left; width: 120%; margin-left: -50px;
    }
    .logo {
    width: 70%;
    }
    }
    if you do not get the expected look.Then you can text me on news2bpl at gmail dot com

    Thanks,
    prmd

    Thread Starter renealim

    (@renealim)

    Thanks for your message.

    I still do not get the expected look. Any other idea?

    Thanks in advance,
    Rene

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fonts’ is closed to new replies.