Fix font family

This commit is contained in:
Gregoire Parant 2020-10-26 00:03:30 +01:00
parent bdb504722f
commit 1e096af43b
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
*{
font-family: 'Open Sans', sans-serif;
}
body{
overflow: hidden;
}