- Font is not supported in Firefox
- font-family:"TitilliumText22L Lt", Helvetica, SansSerif;
- @font-face{
- font-family: "TitilliumText22L Lt";
- src = url("/*Path to font file on your webserver*/")
- }
- body {
- font-family: "TitilliumText22L Lt", Helvetica, SansSerif;
- }