• Resolved huriken

    (@huriken)


    I want to change the font type to “segoe ui light” that is not available in ‘theme options’. Please give me some advice.

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

    (@rkcorp)

    just change all the font in theme option to default. and add this to custom css.

    body#custom { font-family: “segoe ui light”, arial; }

    Thread Starter huriken

    (@huriken)

    Thank you @richie Ks. What about code for ‘navigation font’ and ‘title font’. I want ‘segoe ui light’ throughout the site. The body font now is segoe ui light. Thank you for your help.

    Theme Author Richie KS

    (@rkcorp)

    did you set the default for navigation font in theme option? or try

    body#custom,.sf-menu li,.sf-menu li a { font-family: “segoe ui light”, arial; }

    Thread Starter huriken

    (@huriken)

    Thank you very much. But page titles and forum topics remain the same. I think I should ask you this as a last question.

    Theme Author Richie KS

    (@rkcorp)

    it shouldn’t be, maybe try

    body#custom,.sf-menu li,.sf-menu li a { font-family: “segoe ui light”, arial !important; }

    add !important to overwrite the bbpress css might work..

    Thread Starter huriken

    (@huriken)

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Is it possible to change the body font to Segoe UI light?’ is closed to new replies.