import { addCss } from 'https://esm.sh/gh/tinacious/user-script-utils@0.1.0'

addCss(`
body {
font-family: courier, monospace;
}
`)