> For the complete documentation index, see [llms.txt](https://velara-3.gitbook.io/web-export/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://velara-3.gitbook.io/web-export/export-artboard-dialog/alternative-fonts.md).

# Alternative Fonts

Specifying page fonts

The Alternative Fonts field allows you to set a font for the entire page.&#x20;

![](https://735683391-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LWpp_0PwLnj_AXGL2u7%2F-LovTu34Z4P_4tQG2Fme%2F-LovUTX31HIRItB6NOdK%2Fimage.png?alt=media\&token=dffd0661-b071-4324-bfc0-e0b91658b0c5)

Fonts are an interesting part of web development. You may have a font installed on your local computer that gives you all the styles and typography for your designs but someone else might not have that font.&#x20;

When they view your page online the font may be missing and when the browser can't find that font it will chose a substitute font.&#x20;

There are many ways to handle this situation but a relatively safe way is to specify alternative fonts.&#x20;

If your font is fixed width (Courier) use:&#x20;

`monospace`

If your font has [serifs](https://en.wikipedia.org/wiki/Serif) (Times New Roman) use:&#x20;

`serif`

If your font has [no serifs](https://en.wikipedia.org/wiki/Sans-serif) (Helvetica) use:&#x20;

`sans-serif`

This gives you a close approximation when the fonts are missing.&#x20;

![](https://735683391-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LWpp_0PwLnj_AXGL2u7%2F-LovTu34Z4P_4tQG2Fme%2F-LovVUMas7O5aRyaqRh1%2Fimage.png?alt=media\&token=1c156fb2-2610-4d98-802f-633de0e8cdb5)

You can separate multiple fonts using a comma or a space:&#x20;

![](https://735683391-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LWpp_0PwLnj_AXGL2u7%2F-LovTu34Z4P_4tQG2Fme%2F-LovWFocdkQUXec-xaoB%2Fimage.png?alt=media\&token=cb25fc79-aa34-49e9-95a9-3fb8394806e0)

Note: You can also define fonts in the artboard [Additional Styles](/web-export/element-options/untitled.md) field:&#x20;

![](https://735683391-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LWpp_0PwLnj_AXGL2u7%2F-LovTu34Z4P_4tQG2Fme%2F-LovW_u3rQfUTCktcTQN%2Fimage.png?alt=media\&token=3824790c-c560-4089-840c-348c204a36c9)

See the [Element Options](/web-export/modifying-individual-elements.md) section for more details on this.&#x20;

[Embedding fonts](https://velara-3.gitbook.io/web-export/embedding-fonts) is another option.

You can remove all text formatting from a text field by entering the `-text` keyword in the [styles](/web-export/element-options/untitled.md) field.&#x20;

Be sure to test your site on other browsers and computers.&#x20;
