Search code examples
htmlcssfontssifr

How to use our custom font on our website


How to use a stylish font on my website that works on all browsers


Solution

  • "that works on all browsers"

    I don't think there is such a thing as ANYTHING "that works on all browsers".

    But your options would include (as stated above) sIFR, though you'd only want to use that for headlines, at most.

    More recent browsers can support @font-face css "embedding" of fonts. Some online web services that will allow you to license type for that (either commercial or free fonts) and also make the CSS/JS needed include:

    and there are others as well.

    There's also Cufon, which is a javascript based solution.