# Font

“Font” section of the toolbar contains the following buttons:

![](/files/-MC70OddROwHMNqnNW8c)

* <img src="/files/-LbSS3FeXE6fD3dwYS98" alt="" data-size="original"> - make text bold
* <img src="/files/-LbSSBDANdAoLXtCX6bZ" alt="" data-size="original"> - make text italic
* <img src="/files/-LbSSId9tlryzu0FYkLc" alt="" data-size="original"> - make text underlined
* <img src="/files/-LbSSWzXsRzloFxgtEtz" alt="" data-size="original"> - select font size

![](/files/-LbSk4u8DmG9OEMs5zKn)

It allows you to select or enter the text size. There are several ways to specify the font size, including keywords or numerical values for pixels or ems.

{% hint style="info" %}

See <https://developer.mozilla.org/en-US/docs/Web/CSS/font-size> for more details
{% endhint %}

* <img src="/files/-LbSSbQaXyVB0C_VE_HU" alt="" data-size="original"> - make text multiline
* <img src="/files/-LbSSiDh7WlroMnwep7G" alt="" data-size="original"> - make text responsive and, thus, the text will always fit the cell size (this option should always be used for responsive visualization templates)

{% hint style="info" %}
If you make the text responsive and specify the font size at same time, it will be responsive but not more than the specified size.
{% endhint %}

* <img src="/files/-MC71VrTB5Mox2UOWW3p" alt="" data-size="original"> - allows to set a font tag which defines global font size context. It will apply the same font size using same font in the PowerKPI objects if they have same size on a sheet as well as  the same cells size in the visualization templates. This button will be shown if the responsive option is set by using the <img src="/files/-LbSSiDh7WlroMnwep7G" alt="" data-size="original">toolbar button.

![](/files/-MBiOoS800G7a1rIaKjW)

![Same font size when font tags have been applied on the Margin YTD and Orders YTD KPIs](/files/-MBiVAInDB4m-4tIX3mO)

![Different font size without font tags](/files/-MBiTsLSLvThj0cvdHQe)

* <img src="/files/-LbSSoJNCRnsiEFZsEK2" alt="" data-size="original"> - clear applied font styles
* <img src="/files/-LbSSu1zBlG3IDWwj0EN" alt="" data-size="original"> - set font color
* <img src="/files/-LbST-4gor2SaIQwmmue" alt="" data-size="original"> - select and apply font on the selected cell/cells

![](/files/-LbSkWhiIRO3c68SCINI)

Fonts with special icon <img src="/files/-LbSkjbgxouoqXFylnKz" alt="" data-size="original"> to the right from the font name specify that the font comes as an external font included with PowerKPI component, and thus, it will be loaded and used automatically.

Fonts without <img src="/files/-LbSkjbgxouoqXFylnKz" alt="" data-size="original"> icon should be available (installed) on the user computer. If the specified font isn’t available on the client side, the default web browser font will be used instead.

![](/files/-LbSmbQYsVvJh7vOaxYU)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.rbcgrp.com/visual-editor/font.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
