From 5f885b0af409c4af068e699c97b990c5784704d5 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 25 Dec 2019 16:25:57 -0500 Subject: [PATCH] [S] Use nunito font --- src/App.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.vue b/src/App.vue index ad0bc3b..6c65744 100644 --- a/src/App.vue +++ b/src/App.vue @@ -76,6 +76,9 @@ position: absolute; bottom: 10vh; width: 100vw; + + // Font + font-family: 'Nunito', "Roboto Light", Arial, sans-serif; } }