-
Author
-
December 22, 2017 at 09:23 #183679fanouriosParticipant
Hi, May i know how to make my theme support Asian Font style?
December 23, 2017 at 16:04 #183751Kieran_SQModeratorHi,
I will assign this this ticket to a developer to assist you. They’ll be in touch as soon as they can Monday to Friday, East Europe Time.
Please note no tickets will be replied to on the 25th or 31st of December due to the holidays.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
December 27, 2017 at 15:54 #183993RaduModeratorHi,
just follow this topic : https://archived.seventhqueen.com/forums/topic/how-can-register-japanese-font/#post-94592
Cheers
R
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 3, 2018 at 18:41 #184615RaduModeratorI need to see your website to see if the font link are loaded into head tag of your website.
Make sure to add the css body,a,b,h1,h2,h3,h4,h5,h5 { font-family : “Noto Sans TC” !important; }
It’s important to add css since this will make the website to use that font
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 8, 2018 at 16:03 #185155RaduModeratorHi,
There missing the font itself
COPY CODEadd_action('wp_head','Kleo_hook_font'); function Kleo_hook_font() { $output="<link rel='stylesheet' href='http://linktomyfont.com/font.css' type='text/css' media='all' />"; echo $output; }
https://archived.seventhqueen.com/forums/topic/how-can-register-japanese-font#post-94592
So just load the font by replacing http://linktomyfont.com/font.css with the font css file
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 10, 2018 at 15:30 #185381RaduModeratorHi,
Its ok now you will have just to replace the CSS with this one
COPY CODEbody,a,b,h1,h2,h3,h4,h5,h5 { font-family : "Noto Sans TC" !important; }
If still not works pay attention to quotes, write you again the quotes if they are wired encoded
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 11, 2018 at 18:07 #185521RaduModeratorYou’re welcome
Cheers
R.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.