diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index a31e444..33893da 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -1,3 +1,4 @@ +@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,500&display=swap'); @import 'tailwindcss/base'; @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; diff --git a/components/ProjectCard.vue b/components/ProjectCard.vue index 9f0b51e..a3caaf9 100644 --- a/components/ProjectCard.vue +++ b/components/ProjectCard.vue @@ -1,13 +1,17 @@ @@ -20,16 +24,11 @@ export default { diff --git a/layouts/default.vue b/layouts/default.vue index e2ac84f..691af27 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -21,6 +21,7 @@ export default {