From custom fonts to ad-hoc font families you assemble out of a variety of individual faces, CSS 3 gives you more typographic options than ever before. This concise guide shows you how to use CSS properties to gain a fine-grained and wide-ranging influence over how you display fonts on the Web.
Short and sweet, this book is an excerpt from the upcoming fourth edition of CSS: The Definitive Guide. When you purchase either the print or the ebook edition of Fonts, you'll receive a discount on the entire Definitive Guide once it's released. Why wait? Learn how to choose and manipulate fonts right away.
* Specify font families and their generic alternatives
* Use @font-face to specify customized downloadable fonts
* Size your fonts with absolute or relative scales, percentages, or length units
* Understand the difference between italic and oblique styles
* Learn how to specify or suppress a font's kerning data and other font features
* Synthesize your own variants for fonts that lack bold or italic text
 
Sprache
Verlagsort
Produkt-Hinweis
Broschur/Paperback
Klebebindung
 
Maße
Höhe: 233 mm
Breite: 179 mm
Dicke: 7 mm
 
Gewicht
ISBN-13
978-1-4493-7149-4 (9781449371494)
 
Schweitzer Klassifikation
 
 
Eric A. Meyer is the author of the critically acclaimed online tutorial Introduction to HTML, as well as some other semi-popular Web pages. He is a member of the CSS&FP Working Group and the author of Cascading Style Sheets: The Definitive Guide.
 
Preface;
  Conventions Used in This Book;
  Safari® Books Online;
  How to Contact Us;
Chapter 1: Fonts;
  1.1 Font Families;
  1.2 Using @font-face;
  1.3 Font Weights;
  1.4 Font Size;
  1.5 Font Style;
  1.6 Font Stretching;
  1.7 Font Kerning;
  1.8 Font Variants;
  1.9 Font Features;
  1.10 Font Synthesis;
  1.11 The font Property;
  1.12 Font Matching;
  1.13 Summary;
Colophon;