Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.

123456789

Code Snippet

@font-face { 
    font-family: "Fontin Italic"; 
    src: url("/a/f/Fontin-Italic.eot");
    src: local("Fontin-Italic"), url("/a/f/Fontin-Italic.ttf"); 
}
h2 {
    font-family: "Fontin Italic", georgia, times; 
}

Notes

  • Accessible
  • Lightweight
  • Better than sIFR, wihout using Javascript, php, flash or images
  • Supported browsers: IE6+, latest version of Firefox, Safari, Opera, and Chrome
  • Avoid using multiple fonts
  • Extra page weight (font file)

Warning

  • Firefox will only fetch your web font from same domain. It will not c

Tools & Resources