Jekyll noob here trying to figure out how to increase the font size for an entire site.
I’m using TeXt theme. I was able to successfully increase the font size by changing two variables in _sass/common/_variables.scss
: font-size-root
and font-size-root-sm
.
When I run jekyll serve
, I can see that font size is bigger. My changes to font-size-root
and font-size-root-sm
in production appear in the file _site/assets/css/main.css.map
, but the appearance of the production site is unchanged.
What am I doing wrong?