All the settings that are connected to the appearance of the text are gathered here. All elements with text can be customized separately. For example, you can set the look of the label and the description of the field differently. Let’s take a closer look at all of the features that can be placed in the Typography section.

Size

This feature defines the size of the letters. By default, it is set to 14 pixels but you can change it by moving the slider manually or typing the needed size into the bar.

The default units of measurement are pixels (PX) but you can change them to one of three others:

EM – this is the unit that allows you to set the size of the font relatively to the size of some parent element. The parent element can be defined in the CSS code;

REM – this unit sets the size of the font relatively to the size you set in the HTML code;VW – a very flexible unit of measurement. It sets the size of the text relative to the height of the browser window, so it always has the same proportions.

Line Height

The height of the text line can be changed without changing the size of the letters. When you make it bigger, the space between the lines increases. By default, it is set to 1.2 and you can change it by dragging the slider or typing in the value.

setting line height

NONE measurement unit defines the height of the line according to the height of the text. So, when you set it to 2, it means that the line generally will be twice the height of the text. You can change the measurement unit to pixels (PX) or the unit that depends on the size of some parent element set in CSS code (EM).

Letter Spacing

It is clear from the title that this feature allows you to set the space between the letters of the text. By default, it is set to 0, which means that the spacing is normal for the chosen font. When you change that value, either manually or by typing in the number, the normal spacing is multiplied by it. So, when you set the Letter Spacing to 5, it means that space will be five times bigger than normal.

defining spacing between the letters

Family

In this drop-down menu, you can choose the font family for your text. The “Default” option means that the text will have a font that is defined by the website template. There are seven additional fonts that are the most popular among the users. The number and type of fonts are set in the JetStyleManager settings and can be changed via coding only.

choosing typography family

Weight

Here you can choose the boldness of the text. In the drop-down menu, you can select the values from 100 to 900 and also one of the pre-sets:

  • Default – set the weight that is defined by the website template for this part of the page;
  • Normal – the weight of the text will match the “normal” weight of the chosen font;
  • Bold – the weight will match the “bold” style of the chosen font.
defining typography weight

Transform

This feature helps you define the case of the text’s letters. Default is the way the text looks after you type it in. 

The Uppercase option makes all letters capitalized.

setting uppercase typography

The Lowercase variant makes all the letters small.

setting lowercase typography

If you choose the Capitalize option, it will capitalize every first letter of every word.

setting capitalization for typography

And the Normal option will capitalize only the first letter in every sentence.

applying normal option for typography

Style

As you can choose the boldness of the letters in the Weight feature, here you can select the tilt. The Default option leaves the text as it was inserted. The Normal option makes the text straight. The Italic and Oblique options make the text slanted. If you have no idea about the difference between those two styles, read this article.

defining typography style

Decoration

In this drop-down menu, you can add some decorative elements that are not crucial for the appearance but could make the text more understandable. The Default option leaves the text you inserted untouched.

The Underline option will add the line under the text lines.

underline option for the text

The Overline option will put the line over the text rows.

 overline option for the text

The Line Through option will create a line that goes over the text, crossing it out.

line through option for the text

And the None option will remove all lines from the text, even if there were some in the default text.

This is the feature of Radio and Checkboxes Fields, so it can be found only in the Items style settings section. With its help, you can set the space between the options. Be aware that it doesn’t change the distance between the options and the edge of the field, the Margin or Padding features can help you with that. By default, this feature is set to 10 pixels but you can freely change that value by moving the slider or typing the needed number into the bar.

changing the space between the radio buttons

You will come across this feature in the style settings of the Checkbox/Radio Field only. It allows you to change the size of the radio buttons. By default, it is set to 0, which means that the size will be defined by the general design settings of the website’s template. However, you can choose the radius of the radio buttons or checkboxes in pixels by dragging the slider or typing in the numbers.

defining the size of the radio buttons

With the help of this feature, you will be able to change the size of the Range Field’s slider. It is a feature that can be found in the Slider section of the Range Field Block Style settings tab only. By default, it has the value of 18 pixels but you can play with the numbers until it fits your taste and needs.

setting range field slider size

This styling feature is unique for the Radio/Checkbox Field and can be found only in the Radio/Checkbox Block Style settings section of that field. By default, that toggle is enabled but if you turn it off, the radio buttons will hide. 

Here’s how it looks like with the Show Radio/Checkbox toggle turned on:

show radio/checkbox toggle turned on

And now let’s turn it off:

show radio/checkbox toggle turned off

This is a unique styling feature of Select Field, so you will meet it in its Select settings section only. It defines the width of the select field as a percentage of the general form’s width or width of the column you placed it in.

By default, it is set to 50% but in fact, it will occupy the full width of the form or column. To set the select width to 50%, you will have to move the slider manually or type the needed value into the bar.

width set to 50 in the select field