I am working on an asp.net mvc web application, and i have the following inside my CSS file:-
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url(_tMhxyW6i8lbI7YsUdFlGA.eot);
src: local('Ubuntu'), url(_tMhxyW6i8lbI7YsUdFlGA.eot) format('embedded-opentype'), url(_xyN3apAT_yRRDeqB3sPRg.woff) format('woff');
}
i have added the fonts and CSS files inside the same folder (Conten/CSS), but when i check the F12 on firefox it mentioned that it can not get the .woff files, although the files are inside the CSS folder ?
Can anyone advice what is causing this issue ? Thanks