Skip to content

Commit 19641c4

Browse files
author
mrmrs
committed
Add endash
1 parent 508d874 commit 19641c4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

components/articles/large-title-text/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<h1 class="f2 f-subheadline-ns mb4">9.5.1 If the text will be read on the screen, design it for that medium.</h1>
2929
<p class="gray f6 mb4 ttu tracked">By Robert Bringhurst</p>
3030
<p class="f4 f3-ns measure lh-copy">
31-
Like a forest or a garden or a field, an honest page of letters can absorb --
32-
and will repay -- as much attention as it is given. Much type now, however, is
31+
Like a forest or a garden or a field, an honest page of letters can absorb &ndash;
32+
and will repay &ndash; as much attention as it is given. Much type now, however, is
3333
composed not for the page but for the screen of a computer. That screen can be
3434
alive with flowing color, but the best computer monitors have dismal resolution
3535
(about 130 dpi: one fifth the current norm for laser printers and roughly 5% of
@@ -74,8 +74,8 @@ <h2 class="f5">HTML</h2>
7474
&lt;h1 class=&quot;f2 f-subheadline-ns mb4&quot;&gt;9.5.1 If the text will be read on the screen, design it for that medium.&lt;/h1&gt;
7575
&lt;p class=&quot;gray f6 mb4 ttu tracked&quot;&gt;By Robert Bringhurst&lt;/p&gt;
7676
&lt;p class=&quot;f4 f3-ns measure lh-copy&quot;&gt;
77-
Like a forest or a garden or a field, an honest page of letters can absorb --
78-
and will repay -- as much attention as it is given. Much type now, however, is
77+
Like a forest or a garden or a field, an honest page of letters can absorb &amp;ndash;
78+
and will repay &amp;ndash; as much attention as it is given. Much type now, however, is
7979
composed not for the page but for the screen of a computer. That screen can be
8080
alive with flowing color, but the best computer monitors have dismal resolution
8181
(about 130 dpi: one fifth the current norm for laser printers and roughly 5% of

src/components/articles/large-title-text.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<h1 class="f2 f-subheadline-ns mb4">9.5.1 If the text will be read on the screen, design it for that medium.</h1>
66
<p class="gray f6 mb4 ttu tracked">By Robert Bringhurst</p>
77
<p class="f4 f3-ns measure lh-copy">
8-
Like a forest or a garden or a field, an honest page of letters can absorb --
9-
and will repay -- as much attention as it is given. Much type now, however, is
8+
Like a forest or a garden or a field, an honest page of letters can absorb &ndash;
9+
and will repay &ndash; as much attention as it is given. Much type now, however, is
1010
composed not for the page but for the screen of a computer. That screen can be
1111
alive with flowing color, but the best computer monitors have dismal resolution
1212
(about 130 dpi: one fifth the current norm for laser printers and roughly 5% of

0 commit comments

Comments
 (0)