diff --git a/res/static/misc/Lato-Hairline.ttf b/res/static/misc/Lato-Hairline.ttf
new file mode 100644
index 0000000..a7365b8
Binary files /dev/null and b/res/static/misc/Lato-Hairline.ttf differ
diff --git a/res/static/misc/Lato.woff2 b/res/static/misc/Lato.woff2
deleted file mode 100644
index 9cfc8c5..0000000
Binary files a/res/static/misc/Lato.woff2 and /dev/null differ
diff --git a/res/static/misc/Ubuntu.woff2 b/res/static/misc/Ubuntu.woff2
deleted file mode 100644
index a9880d6..0000000
Binary files a/res/static/misc/Ubuntu.woff2 and /dev/null differ
diff --git a/res/static/style/layout.css b/res/static/style/layout.css
index 35735ee..0939a09 100644
--- a/res/static/style/layout.css
+++ b/res/static/style/layout.css
@@ -13,14 +13,13 @@
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
- src: local('Ubuntu Regular'), local('Ubuntu-Regular'), local('Ubuntu'), url(/res/misc/Ubuntu-R.ttf) format('ttf');
- unicode-range: U+0000-FFFF;
+ src: local('Ubuntu Regular'), local('Ubuntu-Regular'), local('Ubuntu'), url(/res/misc/Ubuntu-R.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 100;
- src: local('Lato Hairline'), local('Lato-Hairline'), url(/res/misc/Lato.woff2) format('woff2');
+ src: local('Lato Hairline'), local('Lato-Hairline'), url(/res/misc/Lato-Hairline.ttf) format('truetype');
}
/* Page rendering configuration */
diff --git a/res/template/file_viewer.html b/res/template/file_viewer.html
index 7ce1f52..628dccb 100644
--- a/res/template/file_viewer.html
+++ b/res/template/file_viewer.html
@@ -9,13 +9,10 @@
-
-
-
{{template "bgpattern"}}
@@ -170,7 +167,6 @@
-
diff --git a/res/template/file_viewer_embed.html b/res/template/file_viewer_embed.html
index afd44f9..c05e418 100644
--- a/res/template/file_viewer_embed.html
+++ b/res/template/file_viewer_embed.html
@@ -7,19 +7,18 @@
-
-
+
-
+
-
+
@@ -38,11 +37,11 @@