diff options
author | Ben Sima <ben@bsima.me> | 2020-04-15 15:24:32 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-15 17:19:43 -0700 |
commit | e9a53b69ad68e531a789eff3128f7304fd411808 (patch) | |
tree | 7c0382cb3c49458e8c989eaaa042bc37b37a9699 /Biz/Ibb/Look.hs | |
parent | cb77d0eb623c7a398ca86a632d0ea37ac385cc3d (diff) |
Lint fixes, also delete Biz.Language
Diffstat (limited to 'Biz/Ibb/Look.hs')
-rw-r--r-- | Biz/Ibb/Look.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Biz/Ibb/Look.hs b/Biz/Ibb/Look.hs index 1ab12c1..50cda9e 100644 --- a/Biz/Ibb/Look.hs +++ b/Biz/Ibb/Look.hs @@ -26,8 +26,8 @@ main = do justifyContent center flexDirection column fontFamily ["GillSans", "Calibri", "Trebuchet"] [sansSerif] - headings ? do - fontFamily + headings + ? fontFamily [ "Palatino", "Palatino Linotype", "Hoefler Text", |