Here's a reduced version of what I've got on the back end of a particular web page:
@font-face {
font-family: 'Crux';
src: url(https://mylegendary.quest/bl-themes/fonts/Crux.ttf);
}
.code {
font-family: 'Crux';
}
<head>
<link rel="stylesheet" href="https://mylegendary.quest/bl-themes/koh_terminal/css/style.css">
</head>
<p class="code">Lorem ipsum dolor sit</p>
This is What the font should look like Image of Font
I cannot figure out what I am doing wrong.
See https://mylegendary.quest/test for the live version on my site.