Skip to content

Commit 94b95b0

Browse files
committed
Replace dashes.
1 parent d4fe168 commit 94b95b0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/typography/line-height/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3 class="f6 ttu tracked mt0">Line Height</h3>
9595
2 allows them to start a new line more easily once they have finished the
9696
previous one.”
9797
</p>
98-
<cite><a href="https://www.w3.org/TR/WCAG20-TECHS/C21.html" class="link underline-hover black-70">- WCAG 2.0 Compliance Techniques</a></cite>
98+
<cite><a href="https://www.w3.org/TR/WCAG20-TECHS/C21.html" class="link underline-hover black-70">WCAG 2.0 Compliance Techniques</a></cite>
9999
</blockquote>
100100
<p class="measure lh-copy">
101101
Line-height affects how easy it is to read a piece of text, so having

docs/typography/measure/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h3 class="f6 ttu tracked mt0 fl w-100">Measure</h3>
9494
</p>
9595
<p class="measure f5 lh-copy athelas pl4-l bn bl-l bw2 b--black-40">
9696
“Anything from 45 to 75 characters is widely regarded as a satisfactory length of line for a single-column page… the 66-character line (counting both letters and spaces) is widely regarded as ideal. For multiple-column work, a better average is 40-50 characters.”
97-
<span class="db f6 mt4">Robert Bringhurst - <i>The Elements of Typographic Style</i></span>
97+
<span class="db f6 mt4">Robert Bringhurst, <cite>The Elements of Typographic Style</cite></span>
9898
</p>
9999
<p class="measure f5 lh-copy mt4 mb2">
100100
Tachyons provides 3 classes for setting measure.

docs/typography/scale/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h3 class="w-100 f6 ttu tracked mt0">Type Scale</h3>
113113
<p class="baskerville fw1 measure center">
114114
“The simplest scale is a single note, and sticking with a single note draws more attention to other parameters, such as rhythm and inflection… In the sixteenth century, a series of common sizes developed among European typographers, and the series survived with little change and few additions for 400 years… This is the typographic equivalent of the diatonic scale.”
115115
</p>
116-
<p class="dark-gray f5 f4-m f2-l center measure"><span class="f6">Robert Bringhurst - <b>The Elements of Typographic Style</b></span></p>
116+
<p class="dark-gray f5 f4-m f2-l center measure"><span class="f6">Robert Bringhurst, <cite>The Elements of Typographic Style</cite></span></p>
117117
</blockquote>
118118
<h2 class="f5 b mv4 mt5-ns">Font sizes</h2>
119119
<div class="w-100 overflow-x-auto">

src/templates/docs/line-height/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h3 class="f6 ttu tracked mt0">Line Height</h3>
4343
2 allows them to start a new line more easily once they have finished the
4444
previous one.”
4545
</p>
46-
<cite><a href="https://www.w3.org/TR/WCAG20-TECHS/C21.html" class="link underline-hover black-70">- WCAG 2.0 Compliance Techniques</a></cite>
46+
<cite><a href="https://www.w3.org/TR/WCAG20-TECHS/C21.html" class="link underline-hover black-70">WCAG 2.0 Compliance Techniques</a></cite>
4747
</blockquote>
4848
<p class="measure lh-copy">
4949
Line-height affects how easy it is to read a piece of text, so having

src/templates/docs/measure/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h3 class="f6 ttu tracked mt0 fl w-100">Measure</h3>
4242
</p>
4343
<p class="measure f5 lh-copy athelas pl4-l bn bl-l bw2 b--black-40">
4444
“Anything from 45 to 75 characters is widely regarded as a satisfactory length of line for a single-column page… the 66-character line (counting both letters and spaces) is widely regarded as ideal. For multiple-column work, a better average is 40-50 characters.”
45-
<span class="db f6 mt4">Robert Bringhurst - <i>The Elements of Typographic Style</i></span>
45+
<span class="db f6 mt4">Robert Bringhurst, <cite>The Elements of Typographic Style</cite></span>
4646
</p>
4747
<p class="measure f5 lh-copy mt4 mb2">
4848
Tachyons provides 3 classes for setting measure.

src/templates/docs/type-scale/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h3 class="w-100 f6 ttu tracked mt0">Type Scale</h3>
6161
<p class="baskerville fw1 measure center">
6262
“The simplest scale is a single note, and sticking with a single note draws more attention to other parameters, such as rhythm and inflection… In the sixteenth century, a series of common sizes developed among European typographers, and the series survived with little change and few additions for 400 years… This is the typographic equivalent of the diatonic scale.”
6363
</p>
64-
<p class="dark-gray f5 f4-m f2-l center measure"><span class="f6">Robert Bringhurst - <b>The Elements of Typographic Style</b></span></p>
64+
<p class="dark-gray f5 f4-m f2-l center measure"><span class="f6">Robert Bringhurst, <cite>The Elements of Typographic Style</cite></span></p>
6565
</blockquote>
6666
<h2 class="f5 b mv4 mt5-ns">Font sizes</h2>
6767
<div class="w-100 overflow-x-auto">

0 commit comments

Comments
 (0)