I want changes to the font - mostly from serif to sans-serif. I changed the custom.css file and uploaded it, but no changes happened. What did I miss? Here is what's in that file
'.custom body { background: #fff; color: #333; font: 62.5% Arial, Verdana, sans-serif; text-align: center; }
.custom blockquote { font-style: italic; font-family: Arial, Verdana, sans-serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }
.custom h4 { font: italic 1.2em Arial, Verdana, sans-serif; color: #888; }'
not resolved