0

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.

  • Open your browser's developer tools. Look at the console. Read the error messages. – Quentin Mar 08 '22 at 23:31
  • Hi. I have been trying to understand what the developer tools in my browser are saying to me. Thanks for your suggestion. – Twizzay Mar 08 '22 at 23:58

0 Answers0