Skip to content

Commit

Permalink
chore: add font-sans in nuxt app.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Apr 20, 2024
1 parent 317a252 commit 32a65f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nuxt3/app.vue
@@ -1,5 +1,5 @@
<template>
<main class="py-20 px-12 text-center">
<main class="py-20 px-12 text-center font-sans">
<span text="blue 5xl hover:red" cursor="default">Hello Nuxt 3</span>
<br>
<div i-carbon-car text-4xl inline-block />
Expand Down

0 comments on commit 32a65f5

Please sign in to comment.