03/23/2015 at 9:24 am
#324040
Keymaster
@ Vaughan
The code can be found here but except for the color used to signify the age, the font-family is definitely inherited from the theme.
You should be able to use the following CSS to change it to anything you want:
span.cn-last-updated {
font-size: 12px !important;
font-variant: normal !important;
font-family: sans-serif;
}
Hope that helps!
