@@ -49,15 +49,9 @@ module.exports = function(opts) {
49
49
editType : editType ,
50
50
description : [
51
51
'HTML font family - the typeface that will be applied by the web browser.' ,
52
- 'The web browser will only be able to apply a font if it is available on the system' ,
53
- 'which it operates. Provide multiple font families, separated by commas, to indicate' ,
54
- 'the preference in which to apply fonts if they aren\'t available on the system.' ,
55
- 'The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server,' ,
56
- 'where only a select number of' ,
57
- 'fonts are installed and supported.' ,
58
- 'These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*,' ,
59
- '*Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*,' ,
60
- '*PT Sans Narrow*, *Raleway*, *Times New Roman*.'
52
+ 'The web browser can only apply a font if it is available on the system where' ,
53
+ 'it runs. Provide multiple font families, separated by commas, to indicate' ,
54
+ 'the order in which to apply fonts if they aren\'t available.' ,
61
55
] . join ( ' ' )
62
56
} ,
63
57
size : {
0 commit comments