From 18c36ea0a49b8b587974c93c444ccaaa4fa95e94 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 14 Apr 2022 09:26:06 +0200 Subject: [PATCH] add font WorkSans in App --- frontend/src/App.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 91aa85f03..106e4b179 100755 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -21,6 +21,11 @@ export default { height: 100%; min-width: 360p; font-size: 1rem; + font-family: 'WorkSans'; +} +@font-face { + font-family: 'WorkSans'; + src: url(./assets/scss/fonts/WorkSans-VariableFont_wght.ttf) format('truetype'); } @media screen and (max-width: 500px) { #app {