Get started with Han CDN

MIT licensed

Han is a compact Hanja input method for JS applications.

Tags:
  • CJK
  • normalize
  • typography
  • typesetting

Stable version

Copied!

How to start using Han CDN


<!DOCTYPE html>
<html>
<head>
  <link href="https://cdn.cdnhub.io/Han/3.3.0/han.min.css" rel="stylesheet">
  <style>
    .han-text { font-family: 'Han', serif; }
  </style>
</head>
<body>
  <p class="han-text">这是一段使用汉字的文本。</p>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!

All versions