79108053

Date: 2024-10-20 21:05:26
Score: 1
Natty:
Report link

The quotes in url propertie is necessary.

@font-face {
  /* It is recommended to keep the font-family in quotes */
        font-family: "Futur";

  /* It is necessary to have the url content in quotation marks */
    src: url("./FUTURAMEDIUM.TTF");
}


I hope I helped.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ezz