improvement: change font

This commit is contained in:
frab1t 2019-07-03 09:10:05 +02:00
parent 0cdebe531c
commit f0ef374fa0
1 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,8 @@
@import url('https://fonts.googleapis.com/css?family=Nunito');
.app {
font-family: 'Nunito', sans-serif;
@import url('https://fonts.googleapis.com/css?family=DM+Sans&display=swap');
.app {
font-family: 'DM Sans', sans-serif;
color: #45474b;
max-width: 1000px;
margin: auto;
margin-top: 100px;
margin-top: 85px;
}