In a similar vein to this question, can I make my web page look like is was typeset in latex. I know it won't be possible to replicate the latex look exactly.
Is there a CSS file which will control typefaces/font-sizes/margins etc to give the unmistakable latex "look"? (as far as practicable)
The layout would probably have to be single column, as a HTML page can scroll indefinitely. So things like page breaks/page-numbers might be irrelevant in this context.
I know I could simply replace my HTML file with links to latex set PDFs, but that is not want I want to do.
I'm already using mathJax for my equations. I guess what I am really looking for are appropriate CSS settings for the common tags <body>,<h1>,<h2>,<p>,<strong> etc, etc.