This Svelte library allows you to determine the perfect font for your website by quickly cycling through a long list of Google fonts.
Just add the component into your Svelte app and you're good to go!
npm i svelte-font-tester
<script>
import FontTester from "svelte-font-tester";
</script>
<FontTester />