Adding fonts from fonts.com to a Modal in ConvertPlug

Just wanted to know how to add fonts from fonts.com to ConverPlug. I am not using Google fonts as I have fonts that Google fonts don’t supply.

I don’t know if this is a private support thread so I won’t post any login credentials yet. Thanks!

Hi There,

To post credentials, please use a secure note.
We would highly suggest that you use a child theme:

https://theme.co/apex/forum/t/setup-how-to-setup-child-themes/57
This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices:
https://theme.co/apex/forum/t/customizations-best-practices/205

Once your child theme is setup, you create a fonts folder right in your child theme and then add font you have in there. We can insert the code in your child theme’s style.css like this:

  @font-face {
     font-family: "AlwaysTogether";
          src: url("fonts/alwaystogether.eot");
          src: url("fonts/alwaystogether.eot?#iefix") format("embedded-opentype"),
          url("fonts/alwaystogether.woff") format("woff"),
          url("fonts/alwaystogether.ttf") format("truetype"),
          url("fonts/alwaystogether.svg#fontname") format("svg");
     }

    .custom-font{
         font-family: "alwaystogether";
    }

Then just add the class custom-font on the class field of the element where you want this font to use.

Hope this helps.

We’re sorry but we could not set this up for you as this would be custom development. We do have an in-house custom development team that offer paid services, who may be able to assist. They can be contacted at pinnacle@theme.co if this is of interest to you. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

Thank you for your understanding.