Skip to content
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

Open
Rangi42 opened this issue Mar 3, 2021 · 7 comments
Open

Increase the font weight of the opcode table #18

Rangi42 opened this issue Mar 3, 2021 · 7 comments

Comments

@Rangi42
Copy link

Rangi42 commented Mar 3, 2021

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:

image

@mattrberry
Copy link

Just to throw another opinion in, I think this is not the right solution. A weight of 600 makes it less readable on my screen imo
imageimage

@Rangi42
Copy link
Author

Rangi42 commented Mar 4, 2021

500 would be good enough for me; is that readable for you?

@mattrberry
Copy link

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?

@Rangi42
Copy link
Author

Rangi42 commented Mar 4, 2021

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.

@avivace
Copy link
Member

avivace commented Apr 16, 2021

I'd switch to monospace, too

@ISSOtm
Copy link
Member

ISSOtm commented Apr 16, 2021

I agree with monospace, but I would make the font a bit larger, and/or increase the cells' padding slightly.

@Rangi42
Copy link
Author

Rangi42 commented Apr 16, 2021

As long as it doesn't scroll horizontally on a 1280px-wide screen/window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants