Using custom Fonts On Website

Hey people here is the solution for using custom fonts on your website.
I always wanted to use something different. Using Arial, Calibri is so IE6, so i googled around and found that there are certain solutions available, but i found FONTJASS as one of the solution.

Convert your font to javascript here.

Then download the files generated. and BOOm

Use:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<pre><html>
 <head>
  <title>Neato!</title>
  <script type="text/javascript" src="fontjazz.js"></script>
  <script type="text/javascript" src="font.js"></script>
 </head>
 <body>
  <h1>Wow! Fancy headlines!</h1>
  <p>Gotta love it!</p>
  <script type="text/javascript">
   FontJazz.apply("h1", "font");
  </script>
 </body>
</html>
</pre>

One comment

Post a comment

You may use the following HTML:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>