There are no font settings in the rule you show, so you would add the ones you want, like:
font-weight: bold;
font-size: 1.2em;
font-family: "times new roman', serif;
or
font: bold 1.2em 'times new roman', serif;
There are no font settings in the rule you show, so you would add the ones you want, like:
font-weight: bold;
font-size: 1.2em;
font-family: "times new roman', serif;
or
font: bold 1.2em 'times new roman', serif;