tiagombp / computer-modern-web-font

The Computer Modern LaTeX font for the web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

computer-modern-web-font

The Computer Modern LaTeX font for the web

Example

Take a look at this example.html.

Usage

Insert the https://cdn.jsdelivr.net/gh/dreampulse/computer-modern-web-font@master/fonts.css css-stylesheet into your html header.

<head>
  <!-- ... -->

  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/dreampulse/computer-modern-web-font@master/fonts.css">
  <style>
    body {
      font-family: "Computer Modern Sans", sans-serif;
    }
  </style>
</head>

Fonts

The folowing font-familys are available:

  • 'Computer Modern Bright'
  • 'Computer Modern Concrete'
  • 'Computer Modern Sans'
  • 'Computer Modern Serif'
  • 'Computer Modern Typewriter'

About

The Computer Modern LaTeX font for the web


Languages

Language:CSS 68.8%Language:HTML 26.9%Language:SCSS 4.3%