-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser extension to choose font and font size of code blocks on websites #97
Comments
Isn't Stylish enough? |
You could achieve the same, sure, but it's not very user-friendly. |
I agree with @FezVrasta; too much overhead for what essentially should be: /* @everywhere */
code, pre {
font-family: FiraCode;
} |
^ Just an fyi on the above styling: |
@sindresorhus @fregante I've created an extension for Chrome called CodeText and I think it does the job fairly well. You'll just have to download it from the releases section. If anybody wants to upload it to the Chrome Web Store, feel free. |
@ssight sorry can't seem to find it anymore. |
@vaibhavhrt Hm, it seems that it wasn't on GitHub anymore. Nevermind, I've |
cool I will install it & check it out. |
Would be useful with a Chrome extension where you can choose your favorite font and size and have it apply to code blocks on any website. Would make reading code on the web much more enjoyable as you can read it just like you would in your editor.
The text was updated successfully, but these errors were encountered: