Forum Replies Created

Viewing 6 posts - 31 through 36 (of 36 total)
  • Author
    Posts
  • in reply to: Google Font #601689

    Jordan,

    It worked!

    Thank you so much for your help!

    Kelly

    in reply to: Google Font #599572

    Hey, just making sure you haven’t forgotten about me!

    Thank you again!

    Kelly

    in reply to: Google Font #598321

    Vinay,

    Thank you for your reply.

    To make a long story short, I’m abandoning using Nato Sans CJK JP. It turns out that in order to apply the font to the entirety of my site, I have to make different subsets of the font using additional pieces of software.

    So I’ve opted to use a list of fonts that most Japanese computers have. The code for the “h2 ” heading is below:

    h2 {font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;}

    Using this code, I was able to successfully apply the font. My question is: if I want to apply that font-family to the entire site, what should the line of code read?

    Thank you!

    Kelly

    in reply to: Google Font #595514

    Vinay,

    Thank you for your reply.

    I’ve gone ahead and implemented a child theme. That is working okay.

    Regarding the font, I was actually trying the solution posted in the link you mentioned (https://wordpress.org/support/topic/possible-to-add-other-fonts?replies=15#post-5013868), before you suggested it. Unfortunately, I’ve been having problems with that fix and have posted an inquiry with the developer of that plugin. You can see my inquiry here:

    https://wordpress.org/support/topic/advanced-tab-google-fonts-api-key-field-not-visible

    When I was implementing the child theme, another possible solution came to mine. I thought I could actually host the font locally on my server. So I downloaded the “Nato Sans CJK JP” from Google Fonts, uploaded it to my enfold-child theme folder, and added the following code to my child theme’s style.css file:

    @font-face {
    font-family: NotoSansJPReg;
    src: local('NotoSansCJKjp-Regular.otf');
    }

    So my only question is: how can I make the Enfold “General Styling” and “Advanced Styling” tabs’ font option selectors “see” the “NotoSansJPReg” font.

    Thank you for your continued support. Being able to use (better) Japanese fonts is actually critical for my site that is being developed for a Japanese audience.

    Kelly

    in reply to: Google Font #594735

    Vinay,

    Thank you for your response, but those plugins still don’t seem to have support for “Noto Sans CJK JP”

    They all suggest pretty complicated PHP edits to modify their own plugins.

    Please advise.

    Thank you.

    Kelly

    in reply to: Google Font #593607

    Rikard,

    Thank you!

    Kelly

Viewing 6 posts - 31 through 36 (of 36 total)