I've created a default theme (named VB.ORG) for you to see.
Following CSS codes are the changes that I've made (vbcms.css):
HTML Code:
.cms_article_txt_content {
font-family: verdana !important;
font-size: 12px !important;
}
.article {
font-family: verdana !important;
font-size: 12px !important;
}
I've added these two lines in each classes. It works if you use default font but it doesn't work on user customised fonts. For example, if a user decides to use 4px impact font, these codes doesn't override it.
I'm trying to use a single theme on my site but I couldn't solve this problem.
Thank you.