Hi there, I've created my new website (www.thesitehouse.be) and used 'Editors Note', a font by Jen Wagner. I combine the bold and the italic font. I've used the code below to italicize some words in the sentences. When I look on mobile, it seems that it doubles the italic font / or the italization. I've added an example in the annex. On desktop it looks great, like it should be.
Is there anybody who can help me looking into this?
Code used now =
---
h1 {
font-family: 'EDITORS NOTE BOLD';
}
h1 em {
font-family:'EDITORS NOTE ITALIC';
}
h2 {
font-family: 'EDITORS NOTE BOLD';
}
h2 em {
font-family:'EDITORS NOTE ITALIC';
}
h3 {
font-family: 'EDITORS NOTE BOLD';
}
h3 em {
font-family:'EDITORS NOTE ITALIC';
}