Remove all but 3 font weights

This commit is contained in:
Sam Carlton 2020-12-30 14:00:04 -06:00
parent ed2e15483c
commit 44e0eb8217
13 changed files with 17 additions and 17 deletions

View file

@ -7,7 +7,7 @@
<h2
v-if="supportedAppList.length !== 0"
class="subtitle md:text-xl font-light text-center"
class="subtitle md:text-xl text-center"
>
Supported apps include {{ supportedAppList.join(', ') }}.
</h2>