Closed GitRon closed 1 year ago
Hi there. Could you please, please, not post screenshots of text, but the text instead?
Haha, sorry, wanted to point out the difference. Will add the code tomorrow.
Updated my post. 👍
Thanks, I see now what the problem is. DjCSS interprets the everything following the //
as a comment:
@font-face {
font-family: 'proxima nova light';
src: url(static: // fonts/proxima-nova-light.otf);
}
Enclosing the URL in quotes fixes this:
@font-face {
font-family: 'proxima nova light';
src: url('static://fonts/proxima-nova-light.otf');
}
Nevertheless, I'll add an exception to not treat //
inside URLs as comments.
Awesome, it works! Thx again!
Hi @JaapJoris
I updated to the 3.0.4 version and now get this odd behaviour 😅
Best from Cologne
Ronny