This slide deck links non-system fonts so rendering is consistent in Chrome and Firefox. When a system font like Helvetica Neue is unavailable, it falls back to a linked webfont.
This slide deck links non-system fonts so rendering is consistent in Chrome and Firefox. When a system font like Helvetica Neue is unavailable, it falls back to a linked webfont.
It is the typographer’s task to divide up and organize and interpret this mass of printed matter in such a way that the reader will have a good chance of finding what is of interest to him.Emil Ruder
Typography has one plain duty before it and that is to convey information in writing. No argument or consideration can absolve typography from this duty.Emil Ruder
Most people think typography is about fonts. Most designers think typography is about fonts. Typography is more than that, it’s expressing language through type. Placement, composition, typechoice.Mark Boulton
A great web designer knows how to work with text not just as content, he treats text as a user interfaceia.net
font-family: Helvetica Neue, Segoe UI, sans-serif;
@font-face {
font-family: Arvo;
src: url(fonts/s.woff);
font-weight: bold;
}
h1 {
font-family: Arvo, sans-serif;
font-weight: bold;
}
| Extension | |
|---|---|
*.woff, *.woff2 |
Web Open Font Format file Compressed font file for the Web. Prefer when available. WOFF 2 provides better compression. |
*.otf, *.ttf |
Font files. *.otf is OpenType, *.ttf is TrueType, a subset of OpenType.
|
*.otc, *.ttc |
OpenType/TrueType Collection: multiple faces in one file.
Currently not supported in @font-face but there are plans for this.
|
*.eot |
Embedded OpenType file Older, IE-specific. Historically significant, but serves no purpose today. |
Glyph. n. The visual representation of character(s)
ligature. (ˈlɪgəʧʊə)
n. characters joined together in one glyph to make a more aesthetically pleasing shape
liga, dlig, frac etc)
feature liga {
sub f f i by f_f_i;
sub f i by f_i;
} liga;
font-variant-* properties
font-variant-ligatures: common-ligatures
discretionary-ligatures
historical-ligatures
contextual;
font-feature-settings
font-feature-settings: "liga", "clig",
"dlig", "hlig",
"calt";
👨👨👧
character(s), glyph(s)
kern OT feature)
keming. (kĕmˈ-ĭng)
n. The result of
improper kerning.
font-family: '-OC Format Shards', sans-serif;
font-variation-settings: 'SHTR' ;
@font-palette demo