Skip to content

Commit

Permalink
fix(FnCard): font family を指定する
Browse files Browse the repository at this point in the history
  • Loading branch information
enuesaa committed Jul 2, 2024
1 parent 3e77830 commit ff4e8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/FnCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
export let title: string
</script>

<a {href} class="p-3 m-2 rounded-lg border-black border-2 hover:shadow-xl">
<a {href} class="p-3 m-2 rounded-lg border-black border-2 font-zenkaku font-medium hover:shadow-xl">
{title}
</a>

0 comments on commit ff4e8a6

Please sign in to comment.