mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add font WorkSans in App
This commit is contained in:
parent
f15faeb37c
commit
18c36ea0a4
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user