diff options
author | tomsmeding <tom.smeding@gmail.com> | 2020-01-17 22:08:24 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2020-01-17 22:08:24 +0100 |
commit | ced5cdf8f69fa963b1292358255421cc4060455c (patch) | |
tree | b4af21ca6d8d828bb2724392ac61994f98b28180 /modules | |
parent | 6bf003fecc211f3a4ecd9aa1b0eba7e913e2bd08 (diff) |
unicode: Set body font size
Diffstat (limited to 'modules')
-rw-r--r-- | modules/unicode/index.html | 1 |
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) { |