diff --git a/docs/index.html b/docs/index.html
index 701d2ab..346be27 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -22,6 +22,8 @@
body {
background-color: var(--dark-background) ;
color: var(--soft-white);
+ font-family: 'Roboto', sans-serif;
+ font-size: 16px;
}
.cover {