diff options
author | Gitea <gitea@fake.local> | 2024-01-07 19:09:52 +0000 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2024-01-07 19:09:52 +0000 |
commit | 694de94c0b87578cddae45710fab981993a4acf6 (patch) | |
tree | de1341765de914b96c2785605c417414df007c70 /table.tmpl | |
parent | cde0b392651d8eb542de8f985b559d4db37b44cd (diff) |
css: condensed font
Diffstat (limited to 'table.tmpl')
-rw-r--r-- | table.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ body { margin-left:1%; margin-right:1%; font-family:sans-serif; + font-stretch:condensed; font-size: 12pt; } table { |