UNPKG

@yhwh-script/create-app

Version:

A yhwh-script web app can become anything you want it to become. Set it up with just one command.

21 lines (16 loc) 313 B
@import url(../fonts/fonts.css); :root { --ff: "Inter Variable", sans-serif; font-feature-settings: 'liga' 1, 'calt' 1; * { box-sizing: border-box; margin: 0; } } html { body { background: var(--bg); color: var(--c); font-family: var(--ff); } }