Just increase the font size a little.
misteri.ca using Dawn 15.
Hey @MiguelMaya ,
You can go to your theme source code, and then check the base.css file under the Assets folder.
lookout for the following code:
.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
font-size: 1.3rem;
line-height: calc(1 + 0.5 / var(–font-body-scale));
letter-spacing: 0.04rem;
}
now you can play with the font-size value, keep the rem unit, and increase it slowly until you get what you want.