diff --git a/lib/main.html b/lib/main.html
index c76d49e0..4c10fcac 100644
--- a/lib/main.html
+++ b/lib/main.html
@@ -20,6 +20,15 @@
font-weight: normal;
text-rendering: optimizeLegibility;
}
+ @font-face {
+ font-family: 'Lato';
+ src: url('../resources/fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
+ url('../resources/fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
+ url('../resources/fonts/Lato-Regular.ttf') format('truetype');
+ font-style: normal;
+ font-weight: normal;
+ text-rendering: optimizeLegibility;
+ }
#loadingCover{
background-color: #f4f4f4;
position: absolute;