TYPE DESIGN INFORMATION PAGE last updated on Mon Mar 25 15:36:09 EDT 2024

SEARCH THIS SITE:

IMAGE SEARCH:

FONT RECOGNITION VIA FONT MOOSE

LUC DEVROYE


ABOUT







Code Candies [Nico Brünjes]

Nico Brünjes's German tutorial on @font-0face embedding. You will need a truetype or opentype font on your computer (local URL) or somewhere (global URL). The declaration in the CSS section is then as follows, assuming you'd like to give the name ConradBlack to the font file located on your computer at "/fonts/arrogance.ttf":

@font-face
{ font-family: ConradBlack;
  font-weight: normal;
  src: url(fonts/arrogance.ttf)
  format('truetype'); }
 h1 { font: normal 3em/120% ConradBlack, sans-serif;
  text-shadow: 1px 1px 1px #eee; }

EXTERNAL LINKS
Code Candies
MyFonts search
Monotype search
Fontspring search
Google search

INTERNAL LINKS
Fonts and HTML ⦿













Luc Devroye ⦿ School of Computer Science ⦿ McGill University Montreal, Canada H3A 2K6 ⦿ lucdevroye@gmail.com ⦿ http://luc.devroye.org ⦿ http://luc.devroye.org/fonts.html