Struggling to get @font-face to load properly, despite following Font Squirrel's instructions. Below is my code snippet:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MineplexStalkers</title>
<link
rel="icon"
type="image/png"
href="https://cdn.glitch.com/47ac82cf-e3bd-4de2-a01d-cce78a6c9980%2F243-2438639_mineplex-logo.png?v=1590274953985"
/>
<body>
<h2 class="h2mine">
Welcome to the official MineplexStalkers page for real-time statistics and game analytics.
</h2>
</body>
<style>
@font-face {
font-family: 'minecraftmedium';
src: url('9ff01213-7695-4cf6-8627-1a6f0fa2de18_9ff01213-7695-4cf6-8627-1a6f0fa2de18_minecraft_2-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
#h2{
text-align:left;
padding: 10px;
font-family:minecraftmedium;
}
</style>
In need of assistance as I've been stuck on this issue for quite some time. https://i.sstatic.net/v93tn.png