# What are all the different types of font styles supported by plotly?

**URL:** https://community.plotly.com/t/what-are-all-the-different-types-of-font-styles-supported-by-plotly/1593
**Category:** plotly.js
**Created:** [July 20, 2016, 3:21pm UTC](https://community.plotly.com/t/what-are-all-the-different-types-of-font-styles-supported-by-plotly/1593 "2016-07-20T15:21:19Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![rudi8292](https://avatars.discourse-cdn.com/v4/letter/r/e495f1/32.png) [@rudi8292](https://community.plotly.com/u/rudi8292)
#### Post date: [July 20, 2016, 3:21pm UTC](https://community.plotly.com/t/what-are-all-the-different-types-of-font-styles-supported-by-plotly/1593/1 "2016-07-20T15:21:19Z")

</div>

I want to provide user with a set of font styles. What are the font styles supported by plotly ?

---

<div class="post-metadata">

### Author: ![etienne](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/etienne/32/17_2.png) [@etienne](https://community.plotly.com/u/etienne)
#### Post date: [July 20, 2016, 4:03pm UTC](https://community.plotly.com/t/what-are-all-the-different-types-of-font-styles-supported-by-plotly/1593/2 "2016-07-20T16:03:49Z")

</div>

plotly.js does not ship with any fonts directly.

Are you referring to the font available on [https://plot.ly/plot](https://plot.ly/plot) or [https://plot.ly/alpha/workspace/](https://plot.ly/alpha/workspace/) ?

---

<div class="post-metadata">

### Author: ![rudi8292](https://avatars.discourse-cdn.com/v4/letter/r/e495f1/32.png) [@rudi8292](https://community.plotly.com/u/rudi8292)
#### Post date: [July 20, 2016, 4:37pm UTC](https://community.plotly.com/t/what-are-all-the-different-types-of-font-styles-supported-by-plotly/1593/3 "2016-07-20T16:37:13Z")

</div>

I am referring the to the image below. Are this the only font styles i can use?

 ![](https://us1.discourse-cdn.com/flex024/uploads/plot/original/1X/2d0c174880b7c02982ef943b275a6bb2544d45e0.png)

---

<div class="post-metadata">

### Author: ![etienne](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/etienne/32/17_2.png) [@etienne](https://community.plotly.com/u/etienne)
#### Post date: [July 20, 2016, 8:02pm UTC](https://community.plotly.com/t/what-are-all-the-different-types-of-font-styles-supported-by-plotly/1593/4 "2016-07-20T20:02:16Z")

</div>

> [@rudi8292](#):
>
> Are this the only font styles i can use?

On plot.ly, yes. These are the fonts we include in all our pages where graphs are present.

If you are using plotly.js, you can add any arbitrary font to your page. See example: [http://codepen.io/etpinard/pen/jAzVVL](http://codepen.io/etpinard/pen/jAzVVL)

---

<div class="post-metadata">

### Author: ![Falk](https://avatars.discourse-cdn.com/v4/letter/f/8c91f0/32.png) [@Falk](https://community.plotly.com/u/Falk)
#### Post date: [May 14, 2018, 3:29am UTC](https://community.plotly.com/t/what-are-all-the-different-types-of-font-styles-supported-by-plotly/1593/5 "2018-05-14T03:29:23Z")

</div>

Hi Etienne,

We would like to integrate your free js library in our system.  
Among our major requirements is the configuration of typefaces.  
Is there a possibility to alter your library in terms of adding a wider array of font types that are constantly available to our users or maybe even giving them option of uploading their own font type?

Thanks a lot in advance  
Falk

---

<div class="post-metadata">

### Author: ![etienne](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/etienne/32/17_2.png) [@etienne](https://community.plotly.com/u/etienne)
#### Post date: [May 14, 2018, 2:26pm UTC](https://community.plotly.com/t/what-are-all-the-different-types-of-font-styles-supported-by-plotly/1593/6 "2018-05-14T14:26:38Z")

</div>

> [@Falk](#):
>
> Is there a possibility to alter your library in terms of adding a wider array of font types that are constantly available to our users or maybe even giving them option of uploading their own font type?

The library itself will never ship with fonts.

See [https://codepen.io/etpinard/pen/jAzVVL](https://codepen.io/etpinard/pen/jAzVVL) for an example of how to use fonts with plotly.js.
