I have jumped through all kinds of pages trying to figure out why my code is not working. I see this is a popular question but I am sure that I have covered all my bases:
- I am sure I have the correct path (See below)
- I have generated the right files using transfonter
- The demo page that came with transfonter works thus the font should work
- I am using Chrome
- I call font-family: 'Sevastopol_Interface';
CSS Code and Directory Tree:
@font-face {
font-family: 'Sevastopol_Interface';
src: url('\Fonts\Sevastopol-Interface\Sevastopol-Interface.eot');
src: url('\Fonts\Sevastopol-Interface\Sevastopol-Interface.eot?#iefix') format('embedded-opentype'),
url('\Fonts\Sevastopol-Interface\Sevastopol-Interface.woff2') format('woff2'),
url('\Fonts\Sevastopol-Interface\Sevastopol-Interface.woff') format('woff'),
url('\Fonts\Sevastopol-Interface\Sevastopol-Interface.ttf') format('truetype'),
url('\Fonts\Sevastopol-Interface\Sevastopol-Interface.svg#Sevastopol-Interface') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
Edit: Changed directories. Still doesn't work
