Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 87940481d6 | |||
| 66fbbf8abe |
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
class="relative mt-4 w-full"
|
||||
class="relative w-full"
|
||||
>
|
||||
<textarea
|
||||
:id="inputId"
|
||||
|
||||
@@ -43,7 +43,7 @@ export default {
|
||||
},
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['"Helvetica Neue"', 'Helvetica', 'Arial', 'sans-serif'],
|
||||
sans: ['"Inter"', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user