How to get Lato font on Description and Rich Text Editor fields?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2025 01:54 PM
Yokahama version
I am publishing some catalog items on Employee Center.
As you are aware, default font for Employee Center is Lato.
I am using Description and Rich Text Editor fields in my catalog items and would like to keep the fonts on variables and Description / Rich Text Editor uniform.
In the drop-down option of fonts on the Description and Rich Text Editor fields, you don't see Lato at all.
How can I use Lato font on these fields?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2025 01:46 AM
Hi @entcenginee ,
Please try creating a new style sheet add attach to the theme of Employee Center portal with below code.
.sn-html-editor,
.sc-item-card .sc-description,
.sc-item-card .cat-item-short-description,
.sn-html-editor table,
.sn-html-editor p,
.sn-html-editor span,
.sn-html-editor div {
font-family: 'Lato', sans-serif !important;
}
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Pavani P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2025 09:28 AM
Hi @pavani_paluri - thanks for responding.
I have created a megamenu / topic on employee center and would like this change to be limited only to this topic. Is it possible?
Also, will there be a maintenance overhead?
Thanks again.