csshugs/FluidMS

improvement: do not shrink text on larger viewports

Closed this issue · 1 comments

When changing (i.e. increasing) the font-size ratio for larger viewports, the font-size variants that are larger than the base font-size increase in their size, but those that are smaller than the base font-size are shrinking, which does not make sense. Essentially, the large type gets larger and the small type gets smaller.

A pragmatic approach would be to just not change the font-size of the smaller variants on larger viewports.

#22 is merged.