alternative package to provide the css from the-monospace-web created by Oskar Wickström
Install the package
npm i the-monospace-web-alt
Use in your javascript
import 'node_modules/the-monospace-web-alt/reset.css'
import 'node_modules/the-monospace-web-alt/index.css'
Or use any CDN able to mirror npm packages:
<link rel="stylesheet" href="https://unpkg.com/the-monospace-web-alt@1.0.1/reset.css"/>
<link rel="stylesheet" href="https://unpkg.com/the-monospace-web-alt@1.0.1/index.css"/>
I hope that one day Oskar find the time to create the official npm package.