Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 7e65772

Browse files
committed
Merge pull request #265 from jasonlcrane/fix-semicolon
change semicolon to colon on secondary font bold line
2 parents 52eae82 + 7c6071d commit 7e65772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/source/_patterns/00-atoms/01-global/01-fonts.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
<p><strong>Primary font bold: "HelveticaNeue", "Helvetica", "Arial", sans-serif;</strong></p>
44
<p class="font-secondary">Secondary font: Georgia, Times, "Times New Roman", serif;</p>
55
<p class="font-secondary"><em>Secondary font italic: Georgia, Times, "Times New Roman", serif;</em></p>
6-
<p class="font-secondary"><strong>Secondary font bold; Georgia, Times, "Times New Roman", serif;</strong></p>
6+
<p class="font-secondary"><strong>Secondary font bold: Georgia, Times, "Times New Roman", serif;</strong></p>

0 commit comments

Comments
 (0)