Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #534466

    Hi,

    I just change to custom fonts from myfonts.com and the font size change for the whole site on everything.
    What have I done wrong? Just wanted to change the font family and use theme settings to do the rest? Like you add and font from Google.
    Do I need to add everything I use in the css becouse of this? The menu, buttons, footer texter and I can suspect many other things have gone wako becouse of this.

    //Cheers

    • This topic was modified 8 years, 8 months ago by apower84.
    #534709

    Hey Alexander,

    Exactly what changes did you make and where? Keep in mind that fonts differ in size so you might need to adjust it with CSS.

    Regards,
    Rikard

    #535876

    Hi @Rikard,

    Yeah had to change it all with CSS now. :-)

    How can I do in the CSS like if standard text is bold use this css settings insted, and if standad text is kursiv use this css settings insted?

    Have done this now for standard text.

    body, p {
        font-family: 'GoudyOldStyleBT-Roman', sans-serif !important;
        font-size: 18px;
    }
    #537039

    Hey!

    I’m sorry but I don’t think that’s possible with css. You will have to create a custom javascript to handle that. Please contact codeable: http://kriesi.at/contact/customization

    Best regards,
    Ismael

    #538259

    Okej!

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Custom fonts / Font Size’ is closed to new replies.