Did you add your custom CSS into custom.css file or “Samsara options > custom style > css code”?
And make sure your custom CSS is correct as below(If my understood is correct):
/*Font size of Top Navigation menu text*/
#primary-menu > ul > li{font-size:12px;}
/*Font size of body text*/
body{font-size:14px;}