Skip to content

Commit

Permalink
Add new font
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Siegler committed Mar 15, 2021
1 parent 4b79c3b commit 5e1ae93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ export default {
</script>

<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
padding-top: 90px;
font-family: 'Montserrat', sans-serif;
}
</style>

0 comments on commit 5e1ae93

Please sign in to comment.