Custom Fonts Without the Hassle!

 

 

 


We are proud to present NiRF! a brand new easy to implement  open source solution for using custom fonts on your web pages.

Check out the Downloads to get started!

Login    |    Register

What is NiRF?

 

NiRF is a script, like sIFR, that allows you to use custom fonts on your website. It dynamically replaces text you identify with an image, rather than using non-browser-native objects like flash. NiRF reads all the information it needs from the CSS applied to your elements. Also, your text is still present so you won’t lose your hard-earned SEO. Best of all, it’s FREE!

There are two ways to use NiRF on your website. You can either use our servers or install the open source version on yours. The open source version has 2 sub versions NiRF.NET and PHP-NiRF.

check out the demo page nirfserv.getnirf.com

Why us?

If you do not have the ability to install code on your server or just want a quick and easy solution, our service is incredibly simple to set up. Just create an account and include the single JavaScript file in your website. NiRF will inject a custom rendered font into each element on your page with a specified trigger class name. Choose from thousands of free fonts already on our server.

Think you’ll need more than 1000 image serves a day? Upgrade to our premium service and get unlimited image serves. Premium members can also upload their own fonts to our server.

Getting Started

Head to the downloads section, there if you want to use our servers download the NiRF Javascript file. If you want to Download the source code and run it on your own server, download the NiRF.NET or PHP-NiRF Code. We appreciate the contributions from the community and encourage anyone to submit there own enhancements to our code repository. We hope to create, with your help, the next standard in using custom fonts on web pages.

Usage

 

Normal Code:

   <h1>Welcome</h1>

This will produce...

Welcome

NiRF Code:

<!-- First include the javascript file -->
<script src='nirf.js' type="text/javascript">
<!-- Set up your custom font style in a CSS class -->
<style type="text/css" media="screen">
.UberHathorFont
{
     font-family: hathor;
background: transparent;
     color: #ff0000;
     font-size:40px;
}

NiRF will show...

Home · FAQ · Wiki · Download · User Forum · Fonts · Services
Copyright 2008 Krisco Designs Inc   |   Terms of Use   |   Privacy Statement