A Agentos Active member Aug 7, 2023 #1 Is there a way to change the family font in a specific node? For example, I want to use Arial for the title in node id1, and Roboto for node id2.
Is there a way to change the family font in a specific node? For example, I want to use Arial for the title in node id1, and Roboto for node id2.
Solution Mr Lucky Aug 7, 2023 in template extra.less e.g. for nod id 2 Code: .node--id2 h3 {font-family:courier}
Mr Lucky Well-known member Aug 7, 2023 #2 in template extra.less e.g. for nod id 2 Code: .node--id2 h3 {font-family:courier} Last edited: Aug 8, 2023 Upvote 2 Downvote Solution