Fix font family

This commit is contained in:
Gregoire Parant
2020-10-26 00:03:30 +01:00
parent bdb504722f
commit 1e096af43b
+3
View File
@@ -1,3 +1,6 @@
*{
font-family: 'Open Sans', sans-serif;
}
body{
overflow: hidden;
}