ankit / stylebot

Change the appearance of the web instantly
https://stylebot.dev/
MIT License
1.39k stars 206 forks source link

[bug]How to font changes in all website? #662

Closed evenohyeah closed 2 years ago

evenohyeah commented 3 years ago

How to font changes in all website?

ankit commented 2 years ago

@evenohyeah you can change the css for all websites by using the * wildcard:

* {
font-family: Helvetica;
}