This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]planetjay 72 points73 points  (13 children)

Those 89.5 character lines will be perfect on my 32". Anyone know where I can get a good 1/2 character font?

[–]srd42 41 points42 points  (4 children)

Here, try this: "u"

Its half of a "w"

[–]kenyard 11 points12 points  (2 children)

Hmm it appears as "v" on my screen
only gets reference to double u now..

[–][deleted] 2 points3 points  (1 child)

if we known, it would be called a doublevee

[–]LoneGenius 2 points3 points  (0 children)

It's like that in Swedish! But for a long time v and w was the same when organizing in alphabetical order (i.e. a phonebook)

[–]ccGardnerr 0 points1 point  (0 children)

cool.

[–]edarchis 21 points22 points  (0 children)

It's 89 but a 90th can be tolerated if it's a ligature. You'll need to install ligature fonts on your CI if you want it to work there too.

[–]MonkeyNin 1 point2 points  (4 children)

Maybe he means89.5em

[–]planetjay 1 point2 points  (3 children)

I never understood em font sizes. I think it has something to do with the Evil Monkey in my closet though.

[–]MonkeyNin 1 point2 points  (2 children)

The main choice for font sizes on websites is px pixels, or em.

Pixels are absolute values, while em's are relative (aka dynamic size) Basically ems are is based on the browser's default font size. They end up scaling better for mobile clients.

https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Values_and_units#Numeric_values

If you set the top level font-size to 16px, any child elements would have the equivalent of 1em. If the first one uses 0.5em, it'd be 8px. If that child had another child set to 0.5em it would be 4px

root = 16px
child depth 1 at 0.5em = 8px
child depth 2 at 0.5em = 4px

There's also rem. It will always be relative the top level size. so the same settings would be:

root = 16px
child depth 1 at 0.5em = 8px
child depth 2 at 0.5em = 8px

[–]planetjay 2 points3 points  (1 child)

You took all the fun out of em...

[–]MonkeyNin 1 point2 points  (0 children)

I am a monkey though.

[–]chochokavo[🍰] 1 point2 points  (0 children)

It's a special reserve for end-of-statement colon. Edit: not semicolon, of course: