mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various story improvements
This commit is contained in:
@@ -98,7 +98,7 @@ enum DrawingTextFont: Equatable, Hashable {
|
||||
func uiFont(size: CGFloat) -> UIFont {
|
||||
switch self {
|
||||
case .sanFrancisco:
|
||||
return Font.with(size: size, design: .round, weight: .semibold)
|
||||
return Font.with(size: size, design: .regular, weight: .semibold)
|
||||
case let .other(font, _):
|
||||
return UIFont(name: font, size: size) ?? Font.semibold(size)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user