Skip to content

Commit 1829f4c

Browse files
committed
Fix typeface sample for Courier in index
The example for Courier in Typefaces was using `code` instead of `courier` for its class.
1 parent bb69628 commit 1829f4c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,8 @@ <h4 class="f6 mb0 mt3">Code</h4>
472472
<p class="code"> a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
473473
<p class="code ttu"> a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
474474
<h4 class="f6 mb0 mt3">Courier</h4>
475-
<p class="code"> a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
476-
<p class="code ttu"> a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
475+
<p class="courier"> a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
476+
<p class="courier ttu"> a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
477477
</div>
478478
<div class="dtc-ns v-mid">
479479
<pre class="ba b--black-05 pa2 overflow-auto">

src/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ <h4 class="f6 mb0 mt3">Code</h4>
420420
<p class="code"> a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
421421
<p class="code ttu"> a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
422422
<h4 class="f6 mb0 mt3">Courier</h4>
423-
<p class="code"> a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
424-
<p class="code ttu"> a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
423+
<p class="courier"> a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
424+
<p class="courier ttu"> a b c d e f g h i j k l m n o p q r s t u v w x y z</p>
425425
</div>
426426
<div class="dtc-ns v-mid">
427427
<pre class="ba b--black-05 pa2 overflow-auto">

0 commit comments

Comments
 (0)