thodg / Computer-Modern

Makes it simple to use a web-optimized version of the Computer Modern font in web pages.

Home Page:https://thodg.github.io/Computer-Modern/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer-Modern

Makes it simple to use a web-optimized version of the Computer Modern font in web pages. Simply include the following style code on your web page:

<style>
  @font-face {
    font-family: "Computer Modern";
    src: url('http://spratt.github.io/Computer-Modern/cmunss.otf');
  }
  @font-face {
    font-family: "Computer Modern";
    src: url('http://spratt.github.io/Computer-Modern/cmunsx.otf');
    font-weight: bold;
  }
  @font-face {
    font-family: "Computer Modern";
    src: url('http://spratt.github.io/Computer-Modern/cmunsi.otf');
    font-style: italic, oblique;
  }
  @font-face {
    font-family: "Computer Modern";
    src: url('http://spratt.github.io/Computer-Modern/cmunbxo.otf');
    font-weight: bold;
    font-style: italic, oblique;
  }

  body {
    font-family: "Computer Modern", serif;
  }
</style>

About

Makes it simple to use a web-optimized version of the Computer Modern font in web pages.

https://thodg.github.io/Computer-Modern/

License:Other


Languages

Language:HTML 63.5%Language:CSS 36.5%