Skip to content

Commit 9f6a8a9

Browse files
committed
Add Heading Regular font style to preview.
1 parent 7323371 commit 9f6a8a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WooCommerce/Classes/POS/Utils/POSFontStyle.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,10 @@ extension UIContentSizeCategory {
140140
ScrollView {
141141
VStack(alignment: .leading, spacing: 20) {
142142
Group {
143-
Text("Title Emphasized")
143+
Text("Heading Bold")
144144
.font(.posHeadingBold)
145+
Text("Heading Regular")
146+
.font(.posHeadingRegular)
145147
Text("Body Extra Large")
146148
.font(.posBodyXLarge)
147149
Text("Body Large Bold")

0 commit comments

Comments
 (0)