Open therealmarv opened 5 years ago
When activating the theme I see an ugly serif fonts (Times New Roman) because I don't have and use Fira Code.
Fira Code
My suggestion, either removes this lines entirely https://github.com/justinribeiro/chrome-devtools-theme-atom-dark-green-cursor/blob/3b9ea1eb86b114718440e26f6a81f3b7bcd6b9a0/less/_global-styles.less#L5-L14
or set the font-family at least to
font-family: 'Fira Code', 'Helvetica Neue', 'Lucida Grande', sans-serif !important
or some monospace backup font in case Fira Code is not available.
Thanks, could you explain me how to edit CSS of the plugin?
I've installed fira code but it is bold, like really really bold...
When activating the theme I see an ugly serif fonts (Times New Roman) because I don't have and use
Fira Code
.My suggestion, either removes this lines entirely https://github.com/justinribeiro/chrome-devtools-theme-atom-dark-green-cursor/blob/3b9ea1eb86b114718440e26f6a81f3b7bcd6b9a0/less/_global-styles.less#L5-L14
or set the font-family at least to
or some monospace backup font in case Fira Code is not available.