I have been digging a lot of articles about Golden Ratio and the modular scale, trying to understand how typography works on a technical level. I cannot say that I fully understand this, but now I am even more confused with Zurb Foundation 4.
In their docs, they stated that they no longer depend on a modular typography scale. So I'm curious to know how they came up with numbers, especially in heading elements.
For example: this is how their headers are written in _type.SCSS
$h1-font-size: emCalc(44px) !default;
$h2-font-size: emCalc(37px) !default;
$h3-font-size: emCalc(27px) !default;
$h4-font-size: emCalc(23px) !default;
$h5-font-size: emCalc(18px) !default;
$h6-font-size: 1em !default;
$paragraph-font-size: 1em !default;
My questions;
How did they come to these values ββand how do they relate mathematically to each other? Documents do not indicate how this works.
(base-line?) 18px (1.125em) 16px (1em) - , /- ?
, ?
, , ... .
!