Use Any Font Via JavaScript: typeface.js
27
Oct
// php the_time('Y') ?>
As the fonts that can be used in websites are limited, there are several solutions to this problem like sIFR or FLIR.
typeface.js is another open source solution which uses JavaSript.
Usage is very simple:
After inserting the typeface.js file to the code a usage like:
<div class="myclass typeface-js" style="font-family: Helvetiker">
Text here in Helvetiker font...
</div>
is enough.
When used with titles or relatively less-texted parts of a website the performance is good but when used with the whole body, it can work slower.
Requirements: No Requirements
Compatibility: All Major Browsers
Website: http://typeface.neocracy.org/
Demo: http://typeface.neocracy.org/examples.html
Download: http://typeface.neocracy.org/download.html
Compatibility: All Major Browsers
Website: http://typeface.neocracy.org/
Demo: http://typeface.neocracy.org/examples.html
Download: http://typeface.neocracy.org/download.html
- Tags:
Javascript
- Filed under: Design, Font, MIT License
- 2 Comments
















2 Responses for "Use Any Font Via JavaScript: typeface.js"
Hey, I’ve created an alternative to the FLIR for WordPress. is a small PHP script that changes the text in an image that contains the same text, but you can change the type and size.
The script is in wordpress.org repository at http://wordpress.org/extend/plugins/anyfonttitle/
This is too good.. i just used this solution for my project.. love to share this works good. But again, dont know why IE doesnt support our effort.