Font issue from hosted site to Local

Issue Summary

I exported my hosted site to local and my custom font is not working.

Here is the code in my CSS on the child theme that works on the hosted version of the site:

@font-face {
font-family: ‘KnockoutHTF27JuniorBantamwtRegular’;
src: url(‘fonts/KnockoutHTF27JuniorBantamwtRegular.eot’);
src: url(‘fonts/KnockoutHTF27JuniorBantamwtRegular.eot’) format(‘embedded-opentype’),
url(‘fonts/KnockoutHTF27JuniorBantamwtRegular.woff2’) format(‘woff2’),
url(‘fonts/KnockoutHTF27JuniorBantamwtRegular.woff’) format(‘woff’),
url(‘fonts/KnockoutHTF27JuniorBantamwtRegular.ttf’) format(‘truetype’),
url(‘fonts/KnockoutHTF27JuniorBantamwtRegular.svg#KnockoutHTF27JuniorBantamwtRegular’) format(‘svg’);
}

Thanks in advance,

Cyndia

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.