summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2020-01-17 22:08:24 +0100
committertomsmeding <tom.smeding@gmail.com>2020-01-17 22:08:24 +0100
commitced5cdf8f69fa963b1292358255421cc4060455c (patch)
treeb4af21ca6d8d828bb2724392ac61994f98b28180
parent6bf003fecc211f3a4ecd9aa1b0eba7e913e2bd08 (diff)
unicode: Set body font size
-rw-r--r--modules/unicode/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/unicode/index.html b/modules/unicode/index.html
index c9b1fe5..44bd323 100644
--- a/modules/unicode/index.html
+++ b/modules/unicode/index.html
@@ -5,6 +5,7 @@
<title>Unicode character lookup</title>
<style>
body {
+ font-size: 12pt;
font-family: sans-serif;
}
.table > div:nth-child(odd) {