| 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
| Val FontFaceSrc # | |
Defined in Clay.FontFace Methods value :: FontFaceSrc -> Value # | |
| Show FontFaceSrc # | |
Defined in Clay.FontFace Methods showsPrec :: Int -> FontFaceSrc -> ShowS # show :: FontFaceSrc -> String # showList :: [FontFaceSrc] -> ShowS # | |
fontFaceSrc :: [FontFaceSrc] -> Css #