Quotes are escaping, preventing @import from working
-
I tried to import a Google web font via:
@import 'https://fonts.googleapis.com/css?family=Tangerine';
The single quotes were escaped with backslashes, which disabled that line from being parsed in the CSS upon page load.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Quotes are escaping, preventing @import from working’ is closed to new replies.