The Computer Modern LaTeX font for the web
Take a look at this example.html.
Insert the https://cdn.rawgit.com/dreampulse/computer-modern-web-font/master/fonts.css
css-stylesheet into your html header.
<head>
<!-- ... -->
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/dreampulse/computer-modern-web-font/master/fonts.css">
<style>
body {
font-family: "Computer Modern Sans", sans-serif;
}
</style>
</head>
The folowing font-familys are available:
'Computer Modern Bright'
'Computer Modern Concrete'
'Computer Modern Sans'
'Computer Modern Serif'
'Computer Modern Typewriter'
You can use the font for production websites with any amount of traffic. Files are served via MaxCDN's super fast global CDN. There is no traffic limits or throttling.