To whom it may concern,
I am using a UTF icon on my website and on a windows ios it works fine, but on MAC its showing a different arrow.
Can you guide me through please?
Regards
Hi,
Thanks for contacting us!
Could you please post a link to your page where we can see the issue? :)
Best regards,
Yigit
Hi,
I am on a Mac and this is how the icon shows up on my end on Firefox and Chrome – https://imgur.com/a/0HDv945. I copied the arrow from here – https://www.w3schools.com/charsets/ref_utf_arrows.asp but I think browsers do not display it the same. Is the issue you are having on Windows?
Regards,
Yigit
Hi,
It seems like changing font family to Arial helps so I updated your code and changed it to following one
.more-link-arrow:after
{
color: #FF7800;
content: "\2192";
font-family: 'entypo-fontello';
font-size: 40px;
font-weight: 700;
left: -20px;
float: right;
position: relative;
font-family: 'Arial';
}
But it is not updated on the front end. If you have server sided cache, please clear it.
Best regards,
Yigit