How to change font-type

  • Posted in : Read WP
  • Aaron
    Participant

    hi.
    I have a question. I want to change font-type. but font-type I want is not on the list(600+ google fonts). (I need a korea font-type(Nanum Gothic or NanumPen)).
    but, I don’t know how to add custom fonts via External CSS/JS box in theme settings.
    Please, Let me know how I want to change the Korea Font type.

    Aaron
    Participant

    I fix it myself. Thanks.

    koalafactory
    Participant

    How did you fixed it?

    Aaron
    Participant

    Paste it in front of the top of the stylesheet(style.css).

    @import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
    *{ font-family: 'Nanum Gothic', sans-serif !important; }
    
    koalafactory
    Participant

    Ok thanks!
    And is it also possible to set a font from typekit ?????

    Mehmet S.
    Keymaster

    Maybe it can be done in similar way.

    koalafactory
    Participant

    ok, and how?

    Mehmet S.
    Keymaster

    Please check the typekit documentation.

    melbel
    Participant

    I have a webfont (Georgia) on my computer and I want to add it to the theme for the content font…can you tell me how to do that?

    Mehmet S.
    Keymaster

    Hi, use this custom css:

    html { font-family: Georgia; }
    
    melbel
    Participant

    Hi Mehmet,

    I copied and pasted the custom css into the Read-theme options-custom css box. I also tried pasting it into the regular stylesheet.css

    No luck :(

    Do I need to get into somewhere else?

    Mehmet S.
    Keymaster

    Hi, just tested and worked fine.

    Thanks

    melbel
    Participant

    What I ended up doing was inserting it in with all the other fonts in the fonts.php page…putting it in the same way the other fonts were listed…then it worked.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register