I never see Computer Modern font, the one shipped as default for LaTeX type setting system, on any webpage.
How to change the CSS so that font will actually wor
@font-face { font-family: "Computer Modern "; src: url(ace.ttf); }
.cm { font-family: "Computer Modern"; }
You do need to have a ttf file for that font.