5 lines
89 B
Haskell
5 lines
89 B
Haskell
module Types.FontId where
|
|
|
|
data FontId
|
|
= FontBedstead
|
|
deriving (Show, Eq, Ord, Enum)
|