TYPE DESIGN INFORMATION PAGE last updated on Sat Jul 2 18:10:11 EDT 2022

SEARCH THIS SITE:

IMAGE SEARCH:

FONT RECOGNITION VIA FONT MOOSE

LUC DEVROYE


ABOUT







Typeface.js [David Chester]

David Chester's open source tool that allows one to embed fonts in html pages via some javascript code. An on-line truetype to "js" font converter is available, as well as a few already-converted fonts. This is work in progress (started in 2008). Here's what it takes to get going: load the typeface.js library and some typeface.js fonts, and proceed like this:

<script type="text/javascript" src="typeface-0.10.js"></script>
<script type="text/javascript" src="helvetiker_regular.typeface.js"></script>

<div class="myclass typeface-js" style="font-family: Helvetiker">
Text here in Helvetiker font...
</div>

EXTERNAL LINKS
Typeface.js
MyFonts search
Monotype search
Fontspring search
Google search

INTERNAL LINKS













Luc Devroye ⦿ School of Computer Science ⦿ McGill University Montreal, Canada H3A 2K6 ⦿ lucdevroye@gmail.com ⦿ http://luc.devroye.org ⦿ http://luc.devroye.org/fonts.html