Ability to set fonts for individual elements

I’d like the option to set different fonts for menu tabs, section titles & body font.

1 Like

Hi there, @user17176 :waving_hand:

I cannot but agree that it would be great to have more advanced font settings right in the editor. We’ll try to think about this opportunity, especially if more users upvote this request.

As for now, you can set the body font using the Font setting on the Style tab and use these codes in the Custom CSS field on the Style tab of your widget’s settings for the tabs and section titles.

Tabs:

[class*="TabsControlItem__Name-sc"] {
  font-family: Calibri;
}

Section Titles

[class*="SectionsTitle__SectionsTitleComponent-sc"] {
  font-family: Roboto;
}
2 Likes