Here's the @font-face code I've been using:
@font-face {
font-family: "NotesEsa-Bold";
src: url("C:\Users\test\Desktop\Webpage\Fonts\NotesEsaBol.ttf") format("truetype"); /* Safari, Android, iOS */
font-weight: normal;
font-style: normal;
}
However, when I try to use this defined font-family in my styles, it doesn't seem to work in Chrome.