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.

showcase

Demo

Demo website

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 />