Skip to content

Commit 99a5a36

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 99a5a36

1 file changed

Lines changed: 2 additions & 2 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">

0 commit comments

Comments
 (0)