Skip to content

Commit

Permalink
[Add] Catpion2 추가(#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoonAh-dev committed Dec 25, 2021
1 parent 9c3a45e commit 4374f64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CDSKit/Source/Foundation/CDSFont.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public enum CDSFont {

public static let caption0 = UIFont.regularDINProFont(ofSize: 14)
public static let caption1 = UIFont.boldSpoqaFont(ofSize: 12)
public static let caption2 = UIFont.regularSpoqaFont(ofSize: 12)

public static let button0 = UIFont.mediumSpoqaFont(ofSize: 16)
public static let button1 = UIFont.mediumSpoqaFont(ofSize: 14)
Expand Down
3 changes: 3 additions & 0 deletions CDSKit/Source/Foundation/CDSTypography.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ extension String {
case body7
case caption0
case caption1
case caption2
case button0
case button1
case catchu0
Expand Down Expand Up @@ -65,6 +66,8 @@ extension String {
return CDSFont.caption0
case .caption1:
return CDSFont.caption1
case .caption2:
return CDSFont.caption2
case .button0:
return CDSFont.button0
case .button1:
Expand Down

0 comments on commit 4374f64

Please sign in to comment.