#number {
  font-size: percentage(.5);
  font-size: round(.5);
  font-size: round(.4);
  font-size: round(.6);
  font-size: ceil(.5);
  font-size: floor(.5);
  font-size: abs(.5);
  font-size: abs(-.5);
}