From 9f7a4df61bf949979fb0c329355b7f15b68f0c18 Mon Sep 17 00:00:00 2001 From: Adrian Thompson Date: Thu, 17 Sep 2020 11:55:02 +0200 Subject: [PATCH] readd font --- src/components/VinlottisPage.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index e9e895e..9e3c5b6 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -97,6 +97,11 @@ export default { margin: 1em; } +h1 { + text-align: center; + font-family: "knowit"; +} + .container{ display: flex; flex-direction: column;