Encountering an issue while attempting to load an external font in my SASS file. Below is the code snippet used to import the font-face from the all.sass file located in the same directory as leaguespartan-bold-webfont.woff and leaguespartan-bold-webfont.woff2:
@font-face {
font-family: 'league_spartanbold';
src: url('leaguespartan-bold-webfont.woff2') format('woff2'),
url('leaguespartan-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
When attempting to run this locally, the following error message is displayed:
@font-face {
^
Invalid CSS after "@font-face {": expected "}", was "{"