Skip to content

Commit

Permalink
added Nimbus Sans after Nimbus Sans L
Browse files Browse the repository at this point in the history
It looks like, on Ubuntu, Nimbus Sans L is not... installed? Firefox
uses it. Chrome doesn't. Nimbus Sans doesn't look as good as Nimbus
Sans L for the tips, because the letters are shifted upward. I don't
know of a way to fix that that wouldn't mess things up for other
fonts (and I don't think it would be worth increasing complexity at
all in the attempt).

But Nimbus Sans still looks okay enough (and much better here than
Liberation Sans, as well as better than actual Arial) that I think
it's worth putting it in the stack, and before the fonts that look
way different.
  • Loading branch information
EliahKagan committed May 16, 2021
1 parent 02cc82e commit 248cf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tips.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
cursor: default;
font-family: 'Segoe UI', 'Nimbus Sans L', 'DM Sans', 'Selawik', '-apple-system', system-ui, 'BlinkMacSystemFont', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
font-family: 'Segoe UI', 'Nimbus Sans L', 'Nimbus Sans', 'DM Sans', 'Selawik', '-apple-system', system-ui, 'BlinkMacSystemFont', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
font-variant-numeric: tabular-nums;
margin: 0;
}
Expand Down

0 comments on commit 248cf2d

Please sign in to comment.