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.