Enweave
Results
2
comments of
Enweave
Same for me. Maybe I'm missing something but I could not find code responsible for initial button state depending on subscription. I've tinkered a bit [here](https://gist.github.com/Enweave/bed863a7b55eb33b003c14436ca6f2ee), which is replacement for...
**Tl;dr:** In your pen you could change scss on line 17 like this: ``` body { font-family: system-ui, sans-serif; &.u-font--monospace .demo-item{ font-family: monospace, monospace; font-size: 1em; } } ``` **But...