Playing with font sizes

no font /0 1 em /1 10 px /2 10 picos /3 10 points /4 10 ch /5 10 dpcm /6 1 vh /7

by jshacker

HTML

<div>
  "But I must explain to you how all this mistaken idea of denouncing pleasure
  and praising pain was born and I will give you a complete account of the
  system, and expound the actual teachings of the great explorer of the truth,
  the master-builder of human happiness. No one rejects, dislikes, or avoids
  pleasure itself, because it is pleasure, but because those who do not know how
  to pursue pleasure rationally encounter consequences that are extremely
  painful. Nor again is there anyone who loves or pursues or desires to obtain
  pain of itself, because it is pain, but because occasionally circumstances
  occur in which toil and pain can procure him some great pleasure. To take a
  trivial example, which of us ever undertakes laborious physical exercise,
  except to obtain some advantage from it? But who has any right to find fault
  with a man who chooses to enjoy a pleasure that has no annoying consequences,
  or one who avoids a pain that produces no resultant pleasure?"
</div>

CSS

div {
  font-size: 5vh;
}

JavaScript

/* 1 vh
    1/100th of the viewport's height
    by the way; it is lorel ipsum */