Skip to content

Commit

Permalink
Fix a bug where default Roboto font was used
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Jun 26, 2023
1 parent 96501e7 commit f3ff5f0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,3 +379,9 @@ export default {
}
}
</script>

<style>
.v-application .headline {
font-family: 'Prompt', sans-serif !important;
}
</style>

0 comments on commit f3ff5f0

Please sign in to comment.