Using 3rd party CSS in designs
I'm working with a copy of Geometrix, and when I try to include Google fonts using the @import method, they only show when viewing the page in Debug Mode: page.html?debugClientLibs=true
I presume this is because when a page is normally viewed, AEM is trying to parse the @import statement and include the remote CSS from Google into a compiled CSS file.
What's the best way to go about getting 3rd party CSS included at the Designs level since @import won't work?
