Imagine the situation: I downloaded someone else's project with a bunch of css files, chose the most important one in my opinion, added there:
@font-face { font-family: 'bebas_neueregular'; src: url('~/Content/fonts/bebasneue_regular-webfont.woff2') format('woff2'), url('~/Content/fonts/bebasneue_regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } body { font-family: bebas_neueregular; }
The paths are correct, but anyway Times New Roman is rendered. How to look for a problem in this case?
UPD: I'm a dummy, I did not support Cyrillic font)))