-
Notifications
You must be signed in to change notification settings - Fork 10
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
Increase the font weight of the opcode table #18
Comments
500 would be good enough for me; is that readable for you? |
Funny, 500 vs 400 are completely identical in my browser 🤔 Chrome 88.0 Linux. Do you think font-weight is the correct solution here, or rather the font-size or the font itself? |
Some combination of the font family, size, and weight should be an improvement. For what it's worth, the older pastraiser.com table uses 8pt "monospace", defaulting to 500-weight Consolas for me, which is fine to read. |
I'd switch to monospace, too |
I agree with monospace, but I would make the font a bit larger, and/or increase the cells' padding slightly. |
As long as it doesn't scroll horizontally on a 1280px-wide screen/window. |
The table cells are almost too faint to read on my screen. Applying
.opcode-info { font-weight: 600; }
fixes this without making cells wider or text larger.Current font (in Chrome on Windows) on the left; my edit on the right:
The text was updated successfully, but these errors were encountered: