Safe Haskell | None |
---|---|
Language | Haskell98 |
Clay.FontFace
Documentation
data FontFaceFormat Source #
Instances
Show FontFaceFormat Source # | |
Defined in Clay.FontFace Methods showsPrec :: Int -> FontFaceFormat -> ShowS # show :: FontFaceFormat -> String # showList :: [FontFaceFormat] -> ShowS # |
data FontFaceSrc Source #
Constructors
FontFaceSrcUrl Text (Maybe FontFaceFormat) | |
FontFaceSrcLocal Text |
Instances
Show FontFaceSrc Source # | |
Defined in Clay.FontFace Methods showsPrec :: Int -> FontFaceSrc -> ShowS # show :: FontFaceSrc -> String # showList :: [FontFaceSrc] -> ShowS # | |
Val FontFaceSrc Source # | |
Defined in Clay.FontFace Methods value :: FontFaceSrc -> Value Source # |
fontFaceSrc :: [FontFaceSrc] -> Css Source #