Get started with opentype.js CDN

MIT licensed

Opentype.js is a library for parsing and rendering OpenType font data.

Tags:
  • graphics
  • fonts
  • opentype
  • otf
  • ttf
  • type

Stable version

Copied!

How to start using opentype.js CDN


<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="styles.css">
  <script src="https://cdn.cdnhub.io/opentype.js/1.3.4/opentype.min.js"></script>
</head>
<body>
  <div id="text">Hello, World!</div>
  <script src="script.js"></script>
</body>
</html>
Copied!
Copied!

All versions