Changing the font

Viewing 7 posts - 1 through 7 (of 7 total)
  • #2832
    Martin
    Participant

    Hello.
    I really linke this theme the only problem I have is that I write in spanish, and bold letters come out when I type letters with accents like “é-á-ó” This is nos so nice and I would like to change it. Do you have any suggestions? Should I just change the font?

    Thanks for your support. Have a nice day!

    #2833
    Martin
    Participant

    Somenone can give me a hint on where change the font?

    #2834
    kia
    Participant

    I have the same problem. The only thing I’ve found is to change the font, which is a shame.

    The Vegur is an opensource font, so I’m not sure they’ll make additions for letters with accents (mine are for French names).

    #2835
    ak_web
    Participant

    Hi,
    There are probably different ways to do this, but I did the following:
    I deleted the section for Vegur font in style.css. Then I added my selected font family “Helvetica, Arial, Sans-serif” to the sections in the code related to any font, such as the following:

    body {
    background:#FFF;
    color:#000;
    font-family: Helvetica, Arial, Sans-serif;
    h1 {
    color:#7d7d7d;
    font-family: Helvetica, Arial, Sans-serif;
    font-size:30px;
    line-height:27px;
    }

    h2 {
    color:#7d7d7d;
    font-family: Helvetica, Arial, Sans-serif;
    font-size:26px;
    line-height:24px;
    }

    h3 {
    color:#7d7d7d;
    font-family: Helvetica, Arial, Sans-serif;
    font-size:22px;
    line-height:20px;
    }

    h4 {
    color:#7d7d7d;
    font-family: Helvetica, Arial, Sans-serif;
    font-size:18px;
    }

    h5 {
    color:#7d7d7d;
    font-family: Helvetica, Arial, Sans-serif;
    font-size:14px;
    }

    h6 {
    color:#7d7d7d;
    font-family: Helvetica, Arial, Sans-serif;
    font-size:12px;

    I hope this helps at all.

    #2836
    marionabcn
    Participant

    Hello!

    I tried to change the font as you said but it doesn’t work, any idea?
    Thank you very much for you help!

    #2837
    bbouling
    Participant

    Hi all,

    I try to change the font as well.
    I changed the style.css

    no effect at all.

    Did anybody manage to change the font properly?

    #2838
    bbouling
    Participant

    bbouling said:
    Hi all,

    I try to change the font as well.
    I changed the style.css
    no effect at all.

    http://lena-and-ben.dyndns-blog.com/PhotoBlog

    Did anybody manage to change the font properly?

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

You must be logged in to reply to this topic.