I have encountered a problem with the code displayed below. It seems to work perfectly fine on Google Chrome and Internet Explorer, but when I try to load it on Firefox, the custom font fails to load. Can anyone offer some advice on how to resolve this issue?
@font-face{
font-family:"Anxiolytic";
src:
url("../Fonts/Anxiolytic_Regular.eot?") format("eot"),
url("../Fonts/Anxiolytic_Regular.woff") format("woff"),
url("../Fonts/Anxiolytic_Regular.ttf") format("truetype"),
url("../Fonts/Anxiolytic_Regular.svg#Anxiolytic") format("svg");
font-weight: normal;
font-style: normal;
}
Below is an image of the different file types that I downloaded for the Custom Font.