function AppTitle(text) { return h1(text) .fontFamily("Laandbrau") .letterSpacing(2, px) .fontSize(2.3, em) } window.AppTitle = AppTitle