when I added folders to my Sass files then the links to my fonts broke up. I save my fonts in a file called _typography.scss and inside it looks like this:
When I added this file to a seperate folder then the fonts doesnt show up, even when I corrected the fonts path. The path to the font si correct, but I may have missed something to import these fonts into the other scss files?
@lasjorg sorry for my late reply and thank you for your answer!
I checked that path to the font file and it is correct (VSCode sowed me the folder structure and I checked it myself). The wired thing is that just the custom fonts can not be found, but the other styles are applyed correctly.
The path to the font folder should be correct as I got the path suggestion from VSCode. However, I can see that the other styles loaded correct, just the custom fonts can not be found. Can anyone help please??
I mean exactly what you described, it is some kind of shortcode which is used by Next. js so that the public folder does not need to be named in the path, a simple / indicates that we are in the public folder.