Skip to content

Instantly share code, notes, and snippets.

@yak1ex
Last active August 29, 2015 14:01
Show Gist options
  • Save yak1ex/ae0912cffc6e33d279e1 to your computer and use it in GitHub Desktop.
Save yak1ex/ae0912cffc6e33d279e1 to your computer and use it in GitHub Desktop.
<html>
<head>
<style type="text/css">
@font-face {
font-family: 'comma';
src: url('https://rawgit.com/yak1ex/ae0912cffc6e33d279e1/raw/b7624f6ab871f201c0945d618e9869764191b7df/AutoComma04-Regular.otf');
}
textarea {
font-family: 'comma';
text-rendering: optimizeLegibility;
}
.comma {
font-family: 'comma';
text-rendering: optimizeLegibility;
}
</style>
</head>
<body>
<p>Test for <a href="http://mottainaidtp.seesaa.net/article/395328634.html">auto-comma-font by mottainaiDTP</a></p>
<textarea>
123
</textarea>
<span class="comma">123456</span>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment