I'm working on a project using Zurb Foundation and need to change the base font-size from the default 16px to 13px without impacting the grid.
I attempted to do so by following the instructions in Foundation's settings as follows:
$base-font-size: 13px;
$rem-base: $base-font-size;
However, this seems to have no impact on the size the font is rendered at. Am I simply missing something? Thanks!