Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 25th, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 28  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Font is not supported in Firefox
  2. font-family:"TitilliumText22L Lt", Helvetica, SansSerif;
  3.        
  4. @font-face{
  5.     font-family: "TitilliumText22L Lt";
  6.     src = url("/*Path to font file on your webserver*/")
  7. }
  8.  
  9. body {
  10.     font-family: "TitilliumText22L Lt", Helvetica, SansSerif;
  11. }