Skip to content

Instantly share code, notes, and snippets.

@asvny
Created March 20, 2017 11:26
Show Gist options
  • Save asvny/366e01c0f4735f7b695509a10a151c79 to your computer and use it in GitHub Desktop.
Save asvny/366e01c0f4735f7b695509a10a151c79 to your computer and use it in GitHub Desktop.
fetch custom fonts from page
[...document.styleSheets[0].rules].filter(sel => sel.cssText.startsWith('@font-face') ).map(sel =>sel.style.fontFamily)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment