Why is my custom font not displaying on mobile devices?

Why is my custom font not displaying on mobile devices?

laurenamberreyn
Tourist
20 0 3

Is there anything anyone can do? Thanks so much

 

</html>
<style>
    {%- endif -%}
</html>
<style>
 @font-face {
font-family: 'SergioTrendy-Regular';
}@media only screen and (max-width: 767px) { body { font-family: 'SergioTrendy-Regular', sans-serif; } } </style>
 
 
Replies 0 (0)