-
Author
-
February 3, 2015 at 11:48 #44516patrick386Participant
Hi,
we want to use “NanumGothic” as font family in the theme generally.
But it works top menu only. it doesn’t work with all pages and categories etc
So we used 2 ways below to change fonts.[request 1]
1.
To use NanumGothic font,
kleo-child theme > style.css
modified style.css but didn’t work.2.
Modified “child theme”
——————————————————–@font-face{
font-family: ‘NanumGothic’;
src:url(‘fonts/NanumGothic.eot’);
src:url(‘fonts/NanumGothic.eot?#iefix’) format(’embedded-opentype’),
url(‘fonts/NanumGothic.woff’) format(‘woff’),
url(‘fonts/NanumGothic.ttf’) format(‘truetype’),
url(‘fonts/NanumGothic.svg#NanumGothic’) format(‘svg’);
src:local(※), url(‘fonts/NanumGothic.woff’) format(‘woff’);
font-weight: normal;
font-style: normal;
}body, h1, h2, h3, h4, h5, h6, li, p {
font-family: ‘NanumGothic’,’맑은 고딕’, !important;
font-style: normal !important;
}.navbar-nav li > a {
font-family: ‘NanumGothic’, ‘나눔고딕’,’NanumGothicWeb’, ‘맑은 고딕’, ‘Malgun Gothic’, Dotum !important;
font-style: normal !important;
font-weight:600;
font-size: 14px;
}—————————————————————-
Did not work also.
Could you please check and correct?[request 2]
We want to use the font”NanumGothic” in the theme options also.
(Theme options > Aa Fonts > Font Family 에서 NanumGothic )
Could you kindly check and correct?Thank you.
February 3, 2015 at 11:53 #44519patrick386Participantplease check the attached image file hopefully would help you.
Attachments:
You must be logged in to view attached files.February 5, 2015 at 18:46 #44851RaduModeratorHello,
The font family it applies now.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.