TYPE DESIGN INFORMATION PAGE last updated on Wed Nov 20 11:47:22 EST 2024
FONT RECOGNITION VIA FONT MOOSE |
|
|
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 |
| |
| |
Luc Devroye ⦿ School of Computer Science ⦿ McGill University Montreal, Canada H3A 2K6 ⦿ lucdevroye@gmail.com ⦿ https://luc.devroye.org ⦿ https://luc.devroye.org/fonts.html |