Thanks again for your help.
"if the property font-family matches-pattern: sans-serif then change the value to sans-serif"
Does this make sense? If it is sans-serif then change to the same?
Code:
.text_ {
font-family: "Times New Roman", serif
}
How can I achieve that always "Georgia" is used for serif, no matter what font-family is coded in the style sheet?
Removing font family, and then re-inserting it?
I still have to figure it out, have some experimenting to do...