Closed anipaq closed 8 years ago
What do you suggest instead?
On Saturday, 17 September 2016, anipaq notifications@github.com wrote:
While Tufte did use small capitals to start a section in his later books, HTML/CSS does not support true small capitals. As Matthew Butterick notes in the “Small Caps” http://practicaltypography.com/small-caps.html chapter of Practical Typography: “don’t use the CSS property font-variant: small-caps. Ever. These options do not produce small caps. They produce inferior counterfeits.”
I believe the use of these faux small caps in the newthought class violates the spirit of Tufte’s typographic style.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/edwardtufte/tufte-css/issues/99, or mute the thread https://github.com/notifications/unsubscribe-auth/AA7ea0luz6Qu-vOdli2EqBWhmyagl3Pwks5qq2x9gaJpZM4J_gPh .
Some typefaces, such as EB Garamond and Alegreya, have their true small capitals as separate font files that can be used in a situation like that. Long term I would suggest adding separate small caps font file to the ET Book typeface.
Until that point I would recommend eliminating the newthought
class altogether because without the small capitals there is not enough indication that a new section has started. There is no justification good enough for using faux small capitals because they disrupt the overall color of the text.
A pull request to add a separate small caps font files to ET Book would, I expect, be welcome in that repo.
If the proposal here is to remove newthought
functionality without a replacement, I think we'll pass. I empathize with the Butterick position that small-caps is poorly implemented in CSS, but the solution therefore is to not use newthought
. For the moment I don't find it egregious enough to remove without replacement.
font-feature-settings: 'smcp';
or
font-variant-caps: small-caps;
While Tufte did use small capitals to start a section in his later books, HTML/CSS does not support true small capitals. As Matthew Butterick notes in the “Small Caps” chapter of Practical Typography: “don’t use the CSS property
font-variant: small-caps
. Ever. These options do not produce small caps. They produce inferior counterfeits.”I believe the use of these faux small caps in the
newthought
class violates the spirit of Tufte’s typographic style.