-
Author
Tagged: font
-
March 8, 2017 at 15:06 #155050fakhari95Participant
hello
how i setting for add arabic font and color of font in theme
March 8, 2017 at 23:52 #155141LauraModeratorHello, you can just change the wordpress language at General đ
And what section do you want to change? (color)Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you đ
March 9, 2017 at 08:54 #155197fakhari95Participantok.i mean how add droid arabic naskh font to theme font
And what section do you want to change? (color) i mean body font (#000000)March 10, 2017 at 20:16 #155351LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you đ
March 13, 2017 at 18:00 #155516RaduModeratorHi,
You can load your desired font to the website using this method : https://archived.seventhqueen.com/forums/topic/how-can-register-japanese-font
the body font can be changed using this CSS
body {color:red !important;}
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 13, 2017 at 18:51 #155523fakhari95Participantok
your mean this code add to head in general for DroidArabicNaskh?add_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;
}and this css:
body,a,b,h1,h2,h3,h4,h5,h5 { font-family : âDroidArabicNaskhâ; }March 13, 2017 at 19:17 #155539fakhari95Participantit possible tell me where exactly add this code for Droid Arabic Naskh font?
add_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;
}March 14, 2017 at 18:44 #155625RaduModeratorHi @fakhari95,
You should add in quick css area this css body,a,b,h1,h2,h3,h4,h5,h5 { font-family : âDroidArabicNaskhâ; } or with important declaration body,a,b,h1,h2,h3,h4,h5,h5 { font-family : âDroidArabicNaskhâ !important; }
I’ve saw that you have loaded the font to the website and you and you should only to add that css to wp-admin -> theme options -> general settings -> quick CSSCheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 15, 2017 at 10:51 #155704fakhari95Participantmy dear.
i delet kleo theme from domain javdanegi.com
kelo theme is active on rahamali.com
i copy this code body,a,b,h1,h2,h3,h4,h5,h5 { font-family : âDroidArabicNaskhâ !important; }
in quick css area but not loded DroidArabicNaskh font.
is this code following have to copy in quck css?
add_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;
}March 15, 2017 at 19:49 #155759RaduModeratorThis function needs to be pasted in wp-content/themes/kleo-child/functions.php
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; }
and the css in The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
body,a,b,h1,h2,h3,h4,h5,h5 { font-family : âDroidArabicNaskhâ; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 15, 2017 at 20:09 #155761fakhari95Participanti copied both but do not working for lode droid arabic naskh font
Attachments:
You must be logged in to view attached files.March 16, 2017 at 18:20 #155826RaduModeratorYou haven’t added your font link see this http://seventhqueen.com/public-files/radu/function.jpg_1324370_2017-03-16_18-19-55.png
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 16, 2017 at 22:16 #155859fakhari95Participanti add font link but do not working
this is code in functtion.php:add_action(‘wp_head’,’Kleo_hook_font’);
function Kleo_hook_font() {
$output=”<link rel=’stylesheet’ href=’https://fontlibrary.org/face/droid-arabic-naskh/font.css’ type=’text/css’ media=’all’ />”;
echo $output;
}March 16, 2017 at 22:36 #155861fakhari95ParticipantI installed a blugin for drod arabic naskh font.
March 16, 2017 at 22:38 #155862fakhari95Participantthere are a bug rtl in meno on mobile and tablet
please see file attachment
https://www.rahamali.com/how/cook-turkey-burgers-oven/Attachments:
You must be logged in to view attached files.March 20, 2017 at 10:11 #156057LauraModeratorHello, try to add this to style.css of child theme
COPY CODE@media (max-width: 991px) { #header .navbar-nav li .caret:after { left: 0; right: 0px; float: right !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you đ
March 20, 2017 at 10:46 #156067fakhari95Participantplease see file attachment
Attachments:
You must be logged in to view attached files.March 20, 2017 at 11:31 #156075fakhari95Participantohh.
you tell me mistake.this codehave to copy in quick css no style.cssMarch 22, 2017 at 02:55 #156283LauraModeratorHello, its not a mistake, the code should be saved at style.css Due to website cache, you may not see the changes, so quick css works with cache, but always save the code at style.css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you đ
March 23, 2017 at 11:20 #156463LauraModeratorLet me know if you need anything else đ
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you đ
July 7, 2017 at 16:42 #166658fakhari95Participanthello
i want change theme font to xm-yekan
but do not working this code in :add_action(‘wp_head’,’Kleo_hook_font’);
function Kleo_hook_font() {
$output=”<link rel=”stylesheet” media=”screen” href=”https://fontlibrary.org/face/xm-yekan” type=”text/css” media=’all’ />”;
echo $output;
}and this code in quick css:
body,a,b,h1,h2,h3,h4,h5,h5 { font-family : XMYekan !important; }
July 8, 2017 at 00:19 #166700LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you đ
July 12, 2017 at 16:53 #167164RaduModeratorHi,
All seems good excepting the CSS Rule
COPY CODEbody,a,b,h1,h2,h3,h4,h5,h5 { font-family : XMYekan !important; }
The font family has a space between XM and Yekan so try like this
COPY CODEbody,a,b,h1,h2,h3,h4,h5,h5 { font-family : XM Yekan !important; }
OR
COPY CODEbody,a,b,h1,h2,h3,h4,h5,h5 { font-family : XMYekanRegular !important; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 12, 2017 at 22:38 #167228fakhari95Participantit is working with change like attachment
Attachments:
You must be logged in to view attached files.July 13, 2017 at 19:55 #167329RaduModeratorHi,
So you are ok now with the font ? can I close the ticket ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.