@font-face { font-family: customfont; src: url(foo?), /* EOT file with question mark after file name for Internet Explorer, http://code.google.com/p/ttf2eot/ is your friend */ url(bar); /* TrueType or OpenType file */ } html { font-family: customfont, helvetica, arial, sans-serif; } /* make your own fonts: http://fontforge.sf.net/ */