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