| Maintainer | Ertugrul Soeylemez <es@ertes.de> |
|---|---|
| Safe Haskell | None |
Data.CSS.Properties.Font
Description
- backgroundAttachment :: BackgroundAttachment -> SetProp
- backgroundColor :: (ColourOps f, ToPropValue (f a)) => f a -> SetProp
- backgroundImage :: Maybe (CssUrl Text) -> SetProp
- backgroundImageUrl :: MonadRoute m => Maybe (URL m) -> SetPropM m
- backgroundPosition :: (Real a, Real b) => FactorLen Length a -> FactorLen Length b -> SetProp
- backgroundRepeat :: BackgroundRepeat -> SetProp
- color :: (ColourOps f, ToPropValue (f a)) => f a -> SetProp
- fontFamily :: [FontFamily] -> SetProp
- fontSize :: Real a => FontSize a -> SetProp
- fontStyle :: FontStyle -> SetProp
- fontVariant :: FontVariant -> SetProp
- fontWeight :: FontWeight -> SetProp
- textDecoration :: Maybe TextDecoration -> SetProp
Colors and background
backgroundAttachment :: BackgroundAttachment -> SetPropSource
Set the background-attachment.
backgroundColor :: (ColourOps f, ToPropValue (f a)) => f a -> SetPropSource
Set the background-color.
backgroundImageUrl :: MonadRoute m => Maybe (URL m) -> SetPropM mSource
Set the background-image.
backgroundPosition :: (Real a, Real b) => FactorLen Length a -> FactorLen Length b -> SetPropSource
Set the background-position.
backgroundRepeat :: BackgroundRepeat -> SetPropSource
Set background-repeat.
color :: (ColourOps f, ToPropValue (f a)) => f a -> SetPropSource
Set the foreground color.
Fonts
fontFamily :: [FontFamily] -> SetPropSource
Set the font-family choices.
fontVariant :: FontVariant -> SetPropSource
Set the font-variant.
fontWeight :: FontWeight -> SetPropSource
Set the font-weight.
Text decoration
textDecoration :: Maybe TextDecoration -> SetPropSource
Set the text-decoration.