Eric A. Meyer (1)
Author of Cascading Style Sheets: The Definitive Guide
For other authors named Eric A. Meyer, see the disambiguation page.
About the Author
Image credit: David Foltz
Works by Eric A. Meyer
Conception de sites Web avec les CSS : Comprend des exercices et des vidéos de formation (1Cédérom) (2007) 2 copies, 1 review
CSS według Erica Meyera 1 copy
Associated Works
CSS Secrets: Better Solutions to Everyday Web Design Problems (2015) — Foreword — 87 copies, 2 reviews
Tagged
Common Knowledge
- Canonical name
- Meyer, Eric A.
- Birthdate
- c. 1970
- Gender
- male
- Education
- Case Western Reserve University, Cleveland, Ohio (1988-1992)(B.A. Art History)
Case Western Reserve University School of Graduate Studies, Cleveland, Ohio (1993-94)(candidate for M.A. in English) - Occupations
- Web Designer
author
lecturer
programmer
radio show host - Organizations
- W3C
CSS Advisory Committee
Webmasters' Guild
HTML Writers' Guild
WRUW-FM 91.1, Cleveland, Ohio - Short biography
- Eric A. Meyer has been working with the Web since late 1993 and is an internationally recognized expert on the subjects of HTML and Cascading Style Sheets (CSS). He is the principal consultant for Complex Spiral Consulting and lives in Cleveland, Ohio. Eric has published several books on CSS, lectures and is considered the preeminent authority in the field.
- Nationality
- USA
- Places of residence
- Cleveland, Ohio, USA
- Associated Place (for map)
- Ohio, USA
Members
Reviews
Using Fonts on the Web
In this thin, focused volume (68 pages in the print edition), the author tours the CSS font specification, explaining what the spec. means and describing how it’s implemented. He provides many mark-up examples demonstrating how to control the appearance of fonts on a web page, examples that cover most, maybe all, of the actual situations a working developer will encounter. Most of the book expansively explicates the @font-face rule which enables reliable show more (more-or-less) use of imported fonts, which is increasingly freeing us from prior typographic constraints.
The book helped me immediately, providing a detailed solution to a troubling problem a few minutes after downloading a copy. Besides being handy, it’s exhaustive treatment has made it an often-used reference after that first moment of glory.
A little distracting, without affecting the value of the content, this appears to be a single chapter from a longer book -- “Chapter 1: Fonts” shows up at the front but there’s no Chapter 2 (unless the separately published CSS: Text is Chapter 2) Also, there’s no sign of the publisher’s standard, and welcome, “Who is this book for?” preface, making me wonder a little what the game is we’re playing.
Even with that distraction and the short length, I recommend the book. Meyer knows the subject matter, theoretically and practically, has a straightforward and subtle sense of humor, and comes across as a friendly, helpful guy who happens to know more about the subject than you.
Designer/Developers interested in expanding their typographic skills will find the book useful, as will developers in collaborative relationships with designers. Designers without technical skills would probably find this hard-going, but with some effort it could provide a sound summary of what’s typographically possible these days. show less
In this thin, focused volume (68 pages in the print edition), the author tours the CSS font specification, explaining what the spec. means and describing how it’s implemented. He provides many mark-up examples demonstrating how to control the appearance of fonts on a web page, examples that cover most, maybe all, of the actual situations a working developer will encounter. Most of the book expansively explicates the @font-face rule which enables reliable show more (more-or-less) use of imported fonts, which is increasingly freeing us from prior typographic constraints.
The book helped me immediately, providing a detailed solution to a troubling problem a few minutes after downloading a copy. Besides being handy, it’s exhaustive treatment has made it an often-used reference after that first moment of glory.
A little distracting, without affecting the value of the content, this appears to be a single chapter from a longer book -- “Chapter 1: Fonts” shows up at the front but there’s no Chapter 2 (unless the separately published CSS: Text is Chapter 2) Also, there’s no sign of the publisher’s standard, and welcome, “Who is this book for?” preface, making me wonder a little what the game is we’re playing.
Even with that distraction and the short length, I recommend the book. Meyer knows the subject matter, theoretically and practically, has a straightforward and subtle sense of humor, and comes across as a friendly, helpful guy who happens to know more about the subject than you.
Designer/Developers interested in expanding their typographic skills will find the book useful, as will developers in collaborative relationships with designers. Designers without technical skills would probably find this hard-going, but with some effort it could provide a sound summary of what’s typographically possible these days. show less
Somewhat dated and showing its age (this book does not cover CSS3, for instance), and is at this point an O'Reilly title that deserves an update to make it current with modern CSS standards and practices. Nevertheless, it's still quite valuable for understanding everything pre-CSS3 and remains a standard of the web developer bookshelf.
If you do CSS, you need this. Still, the religious element is too high—pretending that CSS is something independent of how browsers actually display it, and speaking of "standards" as something normative.
CSS Fonts by Eric A. Meyer; O’Reilly Media. 2013.
Summary
This book expands and updates, more than doubling the 30 pages of information in Meyer’s 3rd edition of CSS: The Definitive Guide. There is much better support for font manipulation. Capabilities have become more complex and there is no one better to explain what is currently available and what we can expect in the near future.
CSS Fonts covers the range of capabilities a web designer has on displaying fonts on the web. In the show more author’s words, “From custom fonts downloaded over the web to custom-built families assembled out of a variety of individual faces, authors may be said to overflow with font power.” The capabilities of CSS3 give us more typographic options than ever.
Reactions
Eric Meyer has been and continues to be the guru of CSS. I have been a fan of Eric Meyer since first happening upon his Eric Meyer on CSS and More Eric Meyer on CSS more than five years ago, and I have used his Cascading Style Sheets: The Definitive Guide, 3rd edition, as a reference guide. This standalone updates and expands the fonts chapter from that guide, and I look forward to the release of the full 4th edition. While this text is very readable, I know that my main use for this text will be as a reference source. I can never retain this kind of detail on a single reading, but it is great to be able to call upon it as needed to refer to tables, examples, and refer back to the text.
In addition to clear description of functionality of fonts, he provides common sense caveats which are timeless, i.e. “Always provide a basic font family as part of any font-family rule; always provide a fallback, and never design dependence on the presence of a given font.” New and welcome to this version is extensive coverage of @font-face, which enables use of custom fonts in web design.
I see this volume (as I imagine the other ones in this series) to be a very useful tool for anyone styling web content. Meyer helps us stay current with the evolution of CSS, and gives a snapshot of what is coming in the near future as well.
His summary advice is worth repeating: just because you can do something does not mean you should. “Authors are advised to use their power wisely, not wildly.” show less
Summary
This book expands and updates, more than doubling the 30 pages of information in Meyer’s 3rd edition of CSS: The Definitive Guide. There is much better support for font manipulation. Capabilities have become more complex and there is no one better to explain what is currently available and what we can expect in the near future.
CSS Fonts covers the range of capabilities a web designer has on displaying fonts on the web. In the show more author’s words, “From custom fonts downloaded over the web to custom-built families assembled out of a variety of individual faces, authors may be said to overflow with font power.” The capabilities of CSS3 give us more typographic options than ever.
Reactions
Eric Meyer has been and continues to be the guru of CSS. I have been a fan of Eric Meyer since first happening upon his Eric Meyer on CSS and More Eric Meyer on CSS more than five years ago, and I have used his Cascading Style Sheets: The Definitive Guide, 3rd edition, as a reference guide. This standalone updates and expands the fonts chapter from that guide, and I look forward to the release of the full 4th edition. While this text is very readable, I know that my main use for this text will be as a reference source. I can never retain this kind of detail on a single reading, but it is great to be able to call upon it as needed to refer to tables, examples, and refer back to the text.
In addition to clear description of functionality of fonts, he provides common sense caveats which are timeless, i.e. “Always provide a basic font family as part of any font-family rule; always provide a fallback, and never design dependence on the presence of a given font.” New and welcome to this version is extensive coverage of @font-face, which enables use of custom fonts in web design.
I see this volume (as I imagine the other ones in this series) to be a very useful tool for anyone styling web content. Meyer helps us stay current with the evolution of CSS, and gives a snapshot of what is coming in the near future as well.
His summary advice is worth repeating: just because you can do something does not mean you should. “Authors are advised to use their power wisely, not wildly.” show less
You May Also Like
Associated Authors
Statistics
- Works
- 30
- Also by
- 1
- Members
- 3,048
- Popularity
- #8,378
- Rating
- 3.9
- Reviews
- 13
- ISBNs
- 119
- Languages
- 7












