Hi mcraig77, No i cannot see your private data. Did you got a solution for the issue of importing custom fonts
I have been facing the same issue. I copied this code in header.php
<style type=”css”>
@font-face {
font-family: ‘MonsOlympiaBold’;
src: url(‘http://ferodevices.com/wp-content/themes/enfold/fonts/MonsOlympiaBold.otf’);
font-family: ‘MonsOlympiaCondensed’;
src: url(‘http://ferodevices.com/wp-content/themes/enfold/fonts/MonsOlympiaCondensed.otf’);
}
</style>
Still the font is not displaying when i apply it to an element. Please help.