gracias por las sugerencias, me gusto Typeface.js pero NO algo me falta descarge el .js principal , converti la fuente a un .js pero no se como hacer el css , me puedes ayudar un poco estoy medio perdido
archivo
Cita: <html>
<head>
<!-- load any external stylesheets first -->
<link rel="stylesheet" type="text/css" href="stilo.css">
<!-- then load the typeface.js library and typeface.js fonts -->
<script type="text/javascript" src="typeface-0.10.js"></script>
<script type="text/javascript" src="code_128_regular.typeface.js"></script>
</head>
<body>
<!-- go ahead and specify typeface.js fonts with CSS -->
<div class="myclass typeface-js" style="font-family: code_128_regular">
Text here in Helvetiker font...
</div>
</body>
</html>
stilo.csscss
Cita: .code128 {
font-family: code128;
}