summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/handlers/html.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/handlers/html.go b/api/handlers/html.go
index ee7ddf5..1ea166f 100644
--- a/api/handlers/html.go
+++ b/api/handlers/html.go
@@ -9,6 +9,8 @@ import (
const style = `<style>
html, body {
+ -moz-text-size-adjust: none;
+ -webkit-text-size-adjust: none;
text-size-adjust: none;
}