Merge pull request #6610 from lpotapczuk/master

Added support for different font families styling
This commit is contained in:
Masahiro Wakame
2015-11-05 23:22:59 +09:00
+1
View File
@@ -1715,6 +1715,7 @@ interface HighchartsCSSObject {
color?: string;
cursor?: string;
font?: string;
fontFamily?: string;
fontSize?: string;
fontWeight?: string;
left?: string;