From 1829f4c60bebde66be1775d22badb743b4188fe3 Mon Sep 17 00:00:00 2001 From: Pedro Fialho Date: Sat, 17 Aug 2019 14:48:37 -0300 Subject: [PATCH] Fix typeface sample for Courier in index The example for Courier in Typefaces was using `code` instead of `courier` for its class. --- index.html | 4 ++-- src/templates/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index ade74c65f..c7b585541 100644 --- a/index.html +++ b/index.html @@ -472,8 +472,8 @@

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

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

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

-

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

+

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

+

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

diff --git a/src/templates/index.html b/src/templates/index.html
index aef51369c..e67c14c34 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -420,8 +420,8 @@ 

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

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

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

-

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

+

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

+

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