Headlines
Allow style sheets for heading in template
In presono the style of H1, H2 and H3 can be defined globally via CSS. This setting is made/fixed once in the settings for the entire platform and can then be activated/allowed in the individual layout templates. Thus, individual text passages in a slide can then be formatted with this style.
Set global style for headings
To set the style for H1, H2 and H3 in presono, open the settings and switch to the configurations. There you will find a tab with styles. Create a new style here.
Give it a title and copy the following lines into the area on the right:
h1 {
font-size:175%; /* font size, based on settings in template */
line-height:1.1 !important; /* line height */
font-family: 'Roboto'; /* font family */
font-weight: 700; /* font weight */
color: #41BEBB; /* font color */
}
h1:last-of-type {
margin-bottom: 0.1em !important; /* line height after header */
}
h2 {
font-size:150%;
line-height:1.1 !important;
font-family: 'Roboto';
font-weight: 700;
color: #EAD998;
}
h2:last-of-type {
margin-bottom: 0.1em !important;
}
h3 {
font-size:125%;
line-height:1.1 !important;
font-family: 'Roboto';
font-weight: 700;
color: #55399C;
}
h3:last-of-type {
margin-bottom: 0.1em !important;
}
Now the following values per type can be adjusted as desired:
- the font size starting from the settings in the layout (line 2 in the screenshot)
- the line spacing (line 3 in the screenshot)
- the font (line 4 in the screenshot)
- the font style (line 5 in the screenshot)
- the font color (line 6 in the screenshot)
- the paragraph spacing after the heading (line 10 in the screenshot)
All settings can be defined for H2 and H3 as well. If nothing has been defined, the standard stored in presono applies.
Then click on "Save". Now all text passages marked as H1 to H3 in the entire platform follow the settings set here.
Allow style sheets for heading in template
In order to use the heading style sheets in slides, they must be activated in the template. To do this, open a layout template. Select a text area and open the settings for this area (three-dot icon in the area or gear icon).
Now you can activate the style sheets for this area. To do this, click on the dropdown and set the checkboxes for Heading 1 to 3. Then save the layout.
Use style sheets in the slide
To use the styles in a slide, they must be allowed in the template. Once this is done, you can select individual text passages and apply the style.
You might also be interested in: