Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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 8 years, 10 months ago by DigitalBerg.
    #445649

    Hi 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,
    Rikard

    #446721

    Hi 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 8 years, 10 months ago by DigitalBerg.
    #446752

    Hi!

    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,
    Josue

    #446758

    Im 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;
    }

    #446772

    Hi,

    Can you please create me a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #446779
    This reply has been marked as private.
    #446790

    Hi!

    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,
    Josue

    #446793

    Great Work…

    Thanks alot Josue…

    #446803

    You are welcome, glad to help :)

    Regards,
    Josue

    #446805
    This reply has been marked as private.
    #446812

    No, we don’t create templates for WHMCS.

    Regards,
    Josue

    #446816
    This reply has been marked as private.
    #446821

    Sorry i don’t know what you’re talking about, if you could provide a link or some context that would be helpful.

    Best regards,
    Josue

    #446825
    This reply has been marked as private.
    #446834

    As 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

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.