Embed as a: <link> tag
To embed a font, copy the code into the head of your html
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Stint+Ultra+Expanded:wght@&family=Pontano+Sans:wght@&display=swap" rel="stylesheet">
</link>
Embed as a: <style> tag
To embed a font, copy the code into the head of your html
<style>
@import url("https://fonts.googleapis.com/css2?family=Stint+Ultra+Expanded:wght@&family=Pontano+Sans:wght@&display=swap");
</style>
Any issues or feature requests?
If you encounter any issues or have any ideas or feature requests pleae email me.