Last active
August 29, 2015 14:01
-
-
Save yak1ex/ae0912cffc6e33d279e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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