Steven 5 hónapja
szülő
commit
cfa1646972

+ 2 - 2
MiMoLive/MiMoLive/Classes/Live/View/MOPKListView/LineSearch/MOPkScoreView.swift

@@ -73,7 +73,7 @@ class MOPkScoreView: UIView {
     
     lazy var scoreLeftLabel: UILabel = {
         let scoreLeftLabel = UILabel()
-        scoreLeftLabel.font = .poppinsRegularFont(11)
+        scoreLeftLabel.font = .oswaldDemiBoldFont(11)
         scoreLeftLabel.textColor = UIColor(hex: "#17171A")
         scoreLeftLabel.textAlignment = .left
         scoreLeftLabel.text = "0.0"
@@ -82,7 +82,7 @@ class MOPkScoreView: UIView {
     
     lazy var scoreRightLabel: UILabel = {
         let scoreRightLabel = UILabel()
-        scoreRightLabel.font = .poppinsRegularFont(11)
+        scoreRightLabel.font = .oswaldDemiBoldFont(11)
         scoreRightLabel.textColor = UIColor(hex: "#17171A")
         scoreRightLabel.textAlignment = .right
         scoreRightLabel.text = "0.0"