Tagged: Fonts
-
AuthorPosts
-
May 15, 2015 at 11:48 pm #445191
Hi Guys ,
its really frustrating that there is a no easy way to install google fonts or ubuntu fonts…
Please help!, i don’t want to install child theme so please don’t ask me to install it as it’s too late..
I have followed so many posts of yours. but none of them working..
- This topic was modified 9 years, 6 months ago by DigitalBerg.
May 18, 2015 at 2:12 pm #445649Hi qamarqrsh!
Did you try this? https://kriesi.at/support/topic/add-new-font/#post-234710
Otherwise you can always import the fonts you’d like with CSS.
Best regards,
RikardMay 19, 2015 at 9:28 pm #446721Hi I have tried above code but didnt work and need to change size of the fonts as well.
Second option as you mentioned: Can you please send me full instruction how to important it and where?
Regards
Q- This reply was modified 9 years, 6 months ago by DigitalBerg.
May 19, 2015 at 10:40 pm #446752Hi!
What specific Google font are you trying to install and what have you tried so far? for non-google fonts you can use this plugin:
https://wordpress.org/plugins/wp-font-face/Best regards,
JosueMay 19, 2015 at 10:54 pm #446758Im looking to install google UBUNTU fonts.. !! please help
i have tired this :
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Ubuntu’] = ‘Ubuntu:400,600,800’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Ubuntu’] = ‘Ubuntu:400,600,800’;
return $fonts;
}May 19, 2015 at 11:34 pm #446772Hi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueMay 19, 2015 at 11:42 pm #446779This reply has been marked as private.May 20, 2015 at 12:05 am #446790Hi!
It’s done, you can now select the Ubuntu fonts in General Styling > Fonts, i used this plugin to store the custom code.
Best regards,
JosueMay 20, 2015 at 12:12 am #446793Great Work…
Thanks alot Josue…
May 20, 2015 at 12:17 am #446803You are welcome, glad to help :)
Regards,
JosueMay 20, 2015 at 12:21 am #446805This reply has been marked as private.May 20, 2015 at 12:32 am #446812No, we don’t create templates for WHMCS.
Regards,
JosueMay 20, 2015 at 12:36 am #446816This reply has been marked as private.May 20, 2015 at 12:43 am #446821Sorry i don’t know what you’re talking about, if you could provide a link or some context that would be helpful.
Best regards,
JosueMay 20, 2015 at 12:50 am #446825This reply has been marked as private.May 20, 2015 at 1:07 am #446834As far as i know Kriesi has not created that, that’s a module / addon of theirs called ‘responsio’, you’d need to ask them about that (how to install it, use it, etc)
Best regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.