Have you tried this on your own website or are you just trying this on jsfiddle? You know, you can’t load a font from a different domain than the one you’re currently on.
Have you tried this on your own website or are you just trying this on jsfiddle? You know, you can’t load a font from a different domain than the one you’re currently on.
Principle Full-Stack Engineer with 12+ years of experience specialising in open-source technologies. A passionate accessibility advocate, Jag is dedicated to an inclusive web, showcasing expertise in web, TypeScript, JavaScript, Node.js, Python etc... As a DevOps enthusiast & proponent of test-driven development.
Ah, right: Don’t use the domain name in the CSS declarations. Use relative paths or domain independent absolute paths (the ones starting with a slash).
Comment