From 518a990910bd3a9194f5bed92ade249fe86368b9 Mon Sep 17 00:00:00 2001 From: Karlis Cudars Date: Sun, 31 Oct 2021 00:37:57 +0300 Subject: [PATCH] Move global.css contents to app.vue, notifications visible for mobile devices too --- public/global.css | 18 ------------------ public/index.html | 1 - src/App.vue | 24 +++++++++++++++++++++++- 3 files changed, 23 insertions(+), 20 deletions(-) delete mode 100644 public/global.css diff --git a/public/global.css b/public/global.css deleted file mode 100644 index b7b93cbe..00000000 --- a/public/global.css +++ /dev/null @@ -1,18 +0,0 @@ -@font-face { - font-family: Montserrat; - src: url("/fonts/Montserrat-Regular.ttf"); -} - -@font-face { - font-family: MontserratBold; - src: url("/fonts/Montserrat-Bold.ttf"); -} - - -* { - font-family: Montserrat; -} - -h1, h2, h3, h4, h5 { - font-family: MontserratBold; -} diff --git a/public/index.html b/public/index.html index 4063daed..3514ef47 100644 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,6 @@ href="<%= BASE_URL %>opensearch.xml" /> <%= htmlWebpackPlugin.options.title %> -