What font does Illdy use?

What font does the theme use for titles/headers? For example, the “Clean.Slick.Perfect” line. I want to use this font for print documents to match my website so it would be very helpful if anyone knows what the font is called. Thanks so much!

Hey @alexm29,
Hope you’re doing well today

The font used is Poppins.

Please let me know if there are any other questions that I may help with. :slight_smile:

Best Regards,
Support

Hello!) I have the question. I want to change the font everywhere, but there is a problem. I don’t know how, there is no style.css file and Google Fonts doesn’t recognize it correct. Can you give me step instruction, please?))

Hey there

You can use this plugin to alter font settings sitewide:

step by step guide can be found on the page

Yes, it works fine, but it breaks the “Skills” widget. It became blue and … You see everything yourself. What can I do in this case?

Hello there,

That plugin is a bit old so please try using this one:

Best Regards,
Support

It doesn’t break the widget. But unfortunately the plugin can’t find all parts from the page. So one line changed, another didn’t.

Hello there,

You can try ti use this CSS to change the font there:


/*Header fonts*/
#header .bottom-header h1 {
    font-family: "Poppins";
} 
#header .bottom-header .section-description {
    font-family: "Lato";
}

Best Regards,
Support