mirror of
https://github.com/clagnut/webtypography.git
synced 2025-09-03 01:52:48 +02:00
unencoded quotes, apostrophes, and dashes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
|
||||
<blockquote class='quote-from-book'> <p><span class='ic'>“</span>In justified text, there is always a trade-off between evenness of word spacing and frequency of hyphenation.</p>
|
||||
<blockquote class='quote-from-book'> <p><span class='ic'>“</span>In justified text, there is always a trade-off between evenness of word spacing and frequency of hyphenation.</p>
|
||||
|
||||
<p>Narrow measures – which prevent good justification – are commonly used when the text is set in multiple columns. Setting ragged right under these conditions will lighten the page and decrease its stiffness.</p>
|
||||
<p>Narrow measures – which prevent good justification – are commonly used when the text is set in multiple columns. Setting ragged right under these conditions will lighten the page and decrease its stiffness.</p>
|
||||
|
||||
<p>Many unserifed faces look best when set ragged no matter what the length of the measure. And mono-spaced fonts, which are common on typewriters, always look better set ragged.”</p>
|
||||
<p>Many unserifed faces look best when set ragged no matter what the length of the measure. And mono-spaced fonts, which are common on typewriters, always look better set ragged.”</p>
|
||||
</blockquote>
|
||||
<p>Setting text justified or ragged is accomplished in <abbr title="Cascading Style Sheets">CSS</abbr> through the <code>text-align</code> property, as follows:</p>
|
||||
|
||||
@@ -18,7 +18,7 @@ P {
|
||||
|
||||
<p>Effective justification of text can only be achieved if long words are hyphenated. <abbr title="HyperText Mark-up Language">HTML</abbr> and <abbr title="Cascading Style Sheets">CSS</abbr> 2 do not have any provision for automatic hyphenation and current Web browsers support, even for manual hyphenation, is poor.</p>
|
||||
|
||||
<p>So don’t justify text on the web.</p>
|
||||
<p>So don’t justify text on the web.</p>
|
||||
|
||||
<h2>Future considerations</h2>
|
||||
|
||||
|
Reference in New Issue
Block a user