Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

2nd language font setting

Home / Forums / Kadence Theme / 2nd language font setting

This topic is: Resolved
[Resolved]
Posted in: Kadence Theme
August 11, 2020 at 1:40 pm

Hello,

I just added some font setting in CSS.
However I still see (h3 .product_archive_title) is the font for English.
How can I change the font setting for all even have class?

html[lang=”ja”] body,
html[lang=”ja”] button,
html[lang=”ja”] input,
html[lang=”ja”] select,
html[lang=”ja”] textarea {
font-family: “Hiragino Kaku Gothic Pro”, Meiryo, sans-serif;
letter-spacing: normal;
line-height: 2em;
}

html[lang=”ja”] h1,
html[lang=”ja”] h2,
html[lang=”ja”] h3,
html[lang=”ja”] h4,
html[lang=”ja”] h5,
html[lang=”ja”] h6 {
font-family: “Hiragino Kaku Gothic Pro”, Meiryo, sans-serif;
margin-top: 10px;
}

  • The forum ‘Kadence Theme’ is closed to new topics and replies.