$ asciidoc -a theme=serify -o document.html document.txt
Very similar to the bare theme but uses serif faces instead of sans-serif. This theme's manpage style is identical to the bare theme.
Using the serify theme for articles:
$ asciidoc -a theme=serify -o document.html document.txt
Using the serify theme for manpages:
$ asciidoc -a theme=serify -d manpage -o program.1.html program.1.txt
@import url(bare.css); body { font-family:georgia,'bitstream vera sans serif',palatino,serif; font-size:93.75%; /* 15px */ line-height:1.5; /* 20px */ max-width:52.666em; } h1,h2,h3,h4,h5 { font-family:georgia,'bitstream vera sans serif',palatino,serif; } h1 { font-family:georgia,'bitstream vera sans serif',palatino,serif; font-size:40px; } h2 { font-size:28.3px; line-height:1.413; } h3 { font-size:20px; line-height:1; } h4 { font-size:15px; line-height:1.5; } /* vim: set ft=css ts=4 sw=4 noexpandtab: */
@import url(bare-manpage.css);