Yes, but whose font size and color do u want to test?
let me give one general example for an web element.use the below code
here 'someProperty' can be:color,fontSize,fontstyle etc...
let me give one general example for an web element.use the below code
Code:
WebElement("SomeName").Object.currentStyle.somePropertyhere 'someProperty' can be:color,fontSize,fontstyle etc...

