How to ensure Dawn body font size is 16px?

The font I am using is set at “100%”, but what size is that? I need to make sure it’s 16px. How can I change it if it isn’t?? Please help.

@JeanetteQuillen ,

Send your store URL please and which font you want change

?

https://claribelskincare.com

@JeanetteQuillen - every element has its own font size set, which one do you want to change?

@JeanetteQuillen ,

body {
    font-size: 16px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

You are brilliant! Thank you.