I'm working with a sample HTML file that includes the Zap Chance font.
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: myFirstFont;
src: url(newfonts/ZapChance.ttf);
}
*{
font-family: myFirstFont;
}
</style>
</head>
<body>
<div>The quick brown fox jumps over the lazy dog</div>
</body>
</html>
https://i.sstatic.net/hSeYn.png
Since this is my first time using this font, I noticed an unusual character on top of every 'O' letter. Is this normal for the Zap Chance font?