Skip to content

Commit

Permalink
Merge pull request #1 from jesster2k10/patch-2
Browse files Browse the repository at this point in the history
[feat] allow custom fonts
  • Loading branch information
jesster2k10 authored Jun 23, 2020
2 parents 711f8bf + 62ecf82 commit ce8a4f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Configuration/FontList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ public struct FontList {
public struct Whistle {
public static var title = UIFont.systemFont(ofSize: 12)
}

public struct Whisper {
public static var title = UIFont(name: "HelveticaNeue", size: 13)!
}
}

0 comments on commit ce8a4f7

Please sign in to comment.