• Resolved huriken

    (@huriken)


    I’d like to ask any of you how I can change my current font to ‘larsseit’ which is not on the list. Thank you for your advice.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Richie KS

    (@rkcorp)

    do you have permission to use ‘larsseit’ web and desktop fonts?
    //www.myfonts.com/fonts/typedynamic/larsseit/
    if you purchase the font then there should be instruction on how.

    Thread Starter huriken

    (@huriken)

    I think I can change to ‘larsseit’ through Custom CSS, such as body#custom,.sf-menu li,.sf-menu li a { font-family: “segoe ui”, arial !important; }

    Please help out and give some advice

    • This reply was modified 8 years, 4 months ago by huriken.
    Theme Author Richie KS

    (@rkcorp)

    similiar condition apply, if you have webfont or fontface link to the ‘larsseit’ font, just add something like this to custom css

    body#custom,.sf-menu li,.sf-menu li a { font-family: 'larsseit', arial !important; }

    it won’t show unless you have embed link like webfont for the ‘larsseit’ font.

    Thread Starter huriken

    (@huriken)

    Thank you. It works.

    • This reply was modified 8 years, 4 months ago by huriken.
    Thread Starter huriken

    (@huriken)

    One more question. How can I make it work only for top menu rather than body text?

    Theme Author Richie KS

    (@rkcorp)

    maybe this

    .sf-menu li,.sf-menu li a { font-family: ‘larsseit’, arial !important; }

    remove body#custom

    Thread Starter huriken

    (@huriken)

    Thank you. You’re very helpful.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change a body font to ‘larsseit’’ is closed to new replies.