1
0
mirror of https://github.com/franjsco/tick3t synced 2025-06-05 22:19:18 +02:00

improvement: change font

This commit is contained in:
frab1t
2019-07-03 09:10:05 +02:00
parent 0cdebe531c
commit f0ef374fa0

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;
}