@font-face no longer working

Hello, I installed a few fonts on my website and they were working fine. Then one day I noticed that my fonts weren’t showing up on my website, and the only change I could think of was that I installed an SSL certificate a few days ago. Could this have something to do with it?

Site: https://www.danajamesmwangi.com/2017
(Coming Soon Pro Plugin is installed to keep website hidden from public view)

The Headings should be Latina Bold and the menu link font should be Latina Medium (these are the fonts I uploaded)

Sending Login Credentials in private note shortly.

Hello There,

Thanks for posting in! To resolve your issue, you will to update your custom font css and make sure that you are using exactly the same url to avoid CORS issue. Please have it updated and make use of this code:

@font-face {
  font-family: 'latina-medium';
  src: url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-medium.eot'); /* IE9 Compat Modes */
  src: url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-medium.svg#latina-medium') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'latina-medium-italic';
  src: url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-medium-italic.eot'); /* IE9 Compat Modes */
  src: url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-medium-italic.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-medium-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-medium-italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-medium-italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-medium-italic.svg#latina-medium-italic') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'latina-bold';
  src: url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-bold.eot'); /* IE9 Compat Modes */
  src: url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-bold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-bold.svg#latina-bold.') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'latina-bold-italic';
  src: url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-bold-italic.eot'); /* IE9 Compat Modes */
  src: url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/Latina/latina-bold-italic.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/latina-bold-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/latina-bold-italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/latina-bold-italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('https://www.danajamesmwangi.com/wp-content/themes/djmwangi-child/framework/fonts/latina-bold-italic.svg#latina-bold-italic') format('svg'); /* Legacy iOS */
}

Hope this helps. Kindly let us know.

Worked like a charm. Thank you guys so much!

You’re most welcome!

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