I'm currently encountering an issue with the font face in CSS3. The code I have been using is as follows:
@font-face {
font-family: James Fajardo;
src: url('https://www.twoseven.nl/kurkorganicwines/wp-
content/themes/kurk/fonts/James_Fajardo.ttf');
}
When I apply font-family: James Fajardo to my CSS for specific H2's or paragraphs, it works well on Chrome desktop, but not on Firefox or Chrome on Android devices. Interestingly, it does work on iPhone Safari.
Has anyone encountered this issue before and knows how to resolve it? I've already tried using different font formats like woff and woff2, but still facing problems specifically on Android devices.
Thank you in advance! Rob