add font WorkSans in App

This commit is contained in:
ogerly 2022-04-14 09:26:06 +02:00
parent f15faeb37c
commit 18c36ea0a4

View File

@ -21,6 +21,11 @@ export default {
height: 100%; height: 100%;
min-width: 360p; min-width: 360p;
font-size: 1rem; 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) { @media screen and (max-width: 500px) {
#app { #app {