Jobs was right about fonts

- Posted in Dev by - Permalink

Going on http://www.1001freefonts.com I found a multitude of interesting fonts.

Most for personal use only but a few for the downloading.

As I’m working on an artists website I needed something less conventional so I picked up ‘Olive’s Font’ and seems to do just the trick.

http://www.1001freefonts.com/olive_s_font.font

@font-face {
  font-family: "Olives Font";
  src: url("<?= $webFontRoot ?>fonts/OlivesFont.ttf") format("truetype");
}
/* http://www.1001freefonts.com/olive_s_font.font */
</style>
Tags: