Change to Mozilla's Fira font for fun

This commit is contained in:
Darren VanBuren 2017-08-10 18:21:39 -07:00
parent 2f2ed70253
commit d7abf81b0f
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
body {
font-family: 'Ubuntu', sans-serif;
font-family: 'Fira Sans', sans-serif;
text-align: center;
}
button {
font-size: 20px;
}
}