Comment by TheRealPomax
18 hours ago
Then you need to curl the URL, pipe it to an .html file, and then search the resulting file for "@font-face". The only place that has the @font-face rule for this fancy font is inside <template> syntax, meaning it will do nothing (template content is inert) until JS clones that template into the DOM as active content.
That's for the code-editor webcomponent, the rest of the site doesn't use JS.
Correct. The code editor that has the subscript: "The colors in the HTML snippet above comes from within the font itself, the code is plain text, and requires no JavaScript."
Which doesn't work without JS. So adding the @font-face to the page itself, so that things works even without JS, would be lovely.
I think you're seriously confused or purposefully trolling. That's not the web component I'm talking about, that's just plain html.