font

Syntax:

Return Cell  font(String font)

Description:

Sets the text font of the current cell to font.

Examples:

($a1:$a5) = font("Impact")
Before:
AB C
174
24
3-332
42-7.2
51118
61641
78
After:
AB C
174
24
3-332
42-7.2
51118
61641
78
($b2) = font(arial)