aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-11-15 06:45:31 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-11-15 06:45:31 +0000
commit9ccb94640e7d013c2433b151dd1bafdf57538ecb (patch)
tree9a592dc5c8db75a54cbd13fc139f867b0cba09ca /example.style.css
parenta067fc75956a25725c91bbfc0130ab038867c888 (diff)
downloadmandoc-9ccb94640e7d013c2433b151dd1bafdf57538ecb.tar.gz
mandoc-9ccb94640e7d013c2433b151dd1bafdf57538ecb.tar.zst
mandoc-9ccb94640e7d013c2433b151dd1bafdf57538ecb.zip
\f escapes appear to work properly for -Thtml -man. Needs more testing.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/example.style.css b/example.style.css
index f7fea190..469b1feb 100644
--- a/example.style.css
+++ b/example.style.css
@@ -47,6 +47,7 @@ span.ref-corp { } /* Reference corporate/foreign author (%Q). */
span.ref-rep { } /* Reference report (%R). */
span.ref-title { } /* Reference title (%T). */
span.ref-vol { } /* Reference volume (%V). */
+span.roman { font-style: normal; font-weight: normal; } /* Generic font. */
span.small { font-size: smaller; } /* Generically small (SB, SM). */
span.symb { font-weight: bold; font-style: normal; } /* Symbols. */
span.type { font-style: italic; font-weight: normal; } /* Variable types (Vt). */