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