We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Testing wiki.
let cache: string = ''; fetch('https://fonts.googleapis.com/css2?family=Crimson+Pro&display=swap') .then(res => res.text()) .then(css => { console.log(css); cache += css; } )