-
-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Description
Hello, first of all, thanks for the great fonts,
I am making and using a logger, in xcode
like this:
// default level string
enum Level: String {
case verbose = "๐ข [VERBOSE]"
case debug = "๐ [DEBUG]"
case info = "๐ก [INFO]"
case warning = "โ ๏ธ [WARNING]"
case error = "๐จ [ERROR]"
}As you can see, only [VERBOSE] does not apply Rigature.
Can you add [VERBOSE], # VERBOSE like existing ligatures?
my logger here.
https://github.com/ElonPark/EPLogger
thanks for reading
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
