FF World Wide Web

Regular

Rob was the king of crazy DJ mixtapes. He loved squirrels more than gophers and chipmunks.

72px

Rob was the king of crazy DJ mixtapes. He loved squirrels more than gophers and chipmunks.

48px

Rob was the king of crazy DJ mixtapes. He loved squirrels more than gophers and chipmunks.

36px

Rob was the king of crazy DJ mixtapes. He loved squirrels more than gophers and chipmunks.

28px

Rob was the king of crazy DJ mixtapes. He loved squirrels more than gophers and chipmunks.

24px

Rob was the king of crazy DJ mixtapes. He loved squirrels more than gophers and chipmunks.

20px

Rob was the king of crazy DJ mixtapes. He loved squirrels more than gophers and chipmunks.

16px

Or try your own text:

The FontFont Library was created by Neville Brody and Erik Spiekermann in 1990. Today, it is the world’s LARGEST collection of original, contemporary typefaces. FontFont includes the work of more than 150 of the world’s foremost type designers. What makes it unique is its wide variety of outstanding type designs. The spectrum of styles ranges from tasteful, high-quality text faces to distinctive display fonts that reflect current moods and often set new typographic trends. FontFonts constantly break new ground in style, quality, and innovation. A pangram is a phrase or sentence which uses every character of the alphabet at least once. ‘Bordeaux, twinned with Baku (Azerbaijan), is close to Côte d’Argent, where famous explorer Jacques-Yves Cousteau was born’, for instance, contains every letter. Often only a single test word is used, such as Handgloves, Rafgenduks or Hamburgefonstiv. These words are chosen because they contain many of the different shapes and strokes found in a typeface.

The FontFont Library was created by Neville Brody and Erik Spiekermann in 1990. Today, it is the world’s LARGEST collection of original, contemporary typefaces. FontFont includes the work of more than 150 of the world’s foremost type designers. What makes it unique is its wide variety of outstanding type designs. The spectrum of styles ranges from tasteful, high-quality text faces to distinctive display fonts that reflect current moods and often set new typographic trends. FontFonts constantly break new ground in style, quality, and innovation. A pangram is a phrase or sentence which uses every character of the alphabet at least once. ‘Bordeaux, twinned with Baku (Azerbaijan), is close to Côte d’Argent, where famous explorer Jacques-Yves Cousteau was born’, for instance, contains every letter. Often only a single test word is used, such as Handgloves, Rafgenduks or Hamburgefonstiv. These words are chosen because they contain many of the different shapes and strokes found in a typeface.

 

13px

17px

The FontFont Library was created by Neville Brody and Erik Spiekermann in 1990. Today, it is the world’s LARGEST collection of original, contemporary typefaces. FontFont includes the work of more than 150 of the world’s foremost type designers. What makes it unique is its wide variety of outstanding type designs. The spectrum of styles ranges from tasteful, high-quality text faces to distinctive display fonts that reflect current moods and often set new typographic trends. FontFonts constantly break new ground in style, quality, and innovation. A pangram is a phrase or sentence which uses every character of the alphabet at least once. ‘Bordeaux, twinned with Baku (Azerbaijan), is close to Côte d’Argent, where famous explorer Jacques-Yves Cousteau was born’, for instance, contains every letter. Often only a single test word is used, such as Handgloves, Rafgenduks or Hamburgefonstiv. These words are chosen because they contain many of the different shapes and strokes found in a typeface.

42px

Upload the fonts into the same folder as your CSS file and copy this code into your CSS:

/* first for IE 4-8 */
@font-face {
  font-family: WorldWideWeb;
  src: url("WorldWideWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: WorldWideWeb;
  src: url("WorldWideWeb.woff") format("woff");
}

/* go on with normal style definitions */
body { 
  font-family: WorldWideWeb, serif;
}