TYPE DESIGN INFORMATION PAGE last updated on Fri May 31 13:33:02 EDT 2024

SEARCH THIS SITE:

IMAGE SEARCH:

FONT RECOGNITION VIA FONT MOOSE

LUC DEVROYE


ABOUT







Web font linking with @font-face

Excellent tutorial for web font linking. Browsers currently supporting this are Safari, Firefox, and Opera. In the style sheets of an HTML page, one needs code like this:

@font-face {
 font-family: "Pur";
 src: local('Pur'), 
 url(http://fontlibrary.org/member/benweiner/Pur.otf)
 format("opentype");
 font-weight: 400;
 font-style: italic;
 font-variant: normal;
 font-stretch: normal;
 }

EXTERNAL LINKS
Web font linking with @font-face
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