I have this code, it works on my ipad (Safari) and iphone, but not on my laptop (windos7 / ie11 )
why ?
<html>
<head>
<style>
@font-face { font-family: June; src: url('myfont.ttf'); }
h1 {
font-family:June;
}
</style>
</head>
<body>
<h1>Hey,June</h1>
</body>
</html>