Skip to content

Commit

Permalink
Added another font
Browse files Browse the repository at this point in the history
  • Loading branch information
juliahermak committed Oct 13, 2023
1 parent 2f4fbc6 commit 48c3fbd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<option value="Tahoma, sans-serif">Tahoma</option>
<option value="'Trebuchet MS', sans-serif">Trebuchet MS</option>
<option value="'Gill Sans', sans-serif">Gill Sans</option>
<option
value="system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'"
>
System
</option>
</select>
</component>
</v-app>
Expand Down

0 comments on commit 48c3fbd

Please sign in to comment.