TYPE DESIGN INFORMATION PAGE last updated on Mon Apr 15 05:33:16 EDT 2024

SEARCH THIS SITE:

IMAGE SEARCH:

FONT RECOGNITION VIA FONT MOOSE

LUC DEVROYE


ABOUT







Fonts in HTML

  • Declaration at top of HTML page:
     <STYLE TYPE="text/css">
    <!-- @font-face { 
     font-family: Eastman; 
     font-style:  normal;
    font-weight: normal; 
     src: url(http://www.loser.com/eastman.eot); }
    --> </STYLE>
  • Declaration before first font use:
    <LINK REL="fontdef" 
     SRC="http://www.loser.com/eastman.pfr">
  • Font use:
    <font face="Eastman" size="5">
     <b>Yesterday's man</b>.

EXTERNAL LINKS
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