Change body text in Minimal Publish CSS to monospace

Looking at the official help docs (that use Publish):

it looks like the standard --font-text variable. So you could try that (or --font-family - mentioned in the second topic below). e.g.

body {
  --font-text: monospace;
}

Some topics that may be helpful re importing google fonts: