Hi,
This is a video about how to change the fonts => https://www.youtube.com/watch?v=rbkYVyj1__Q also, you can use global font from Manager(Website Manager) -> Global fonts -> https://i.imgur.com/iY0bh4Y.png You need to edit with tagDiv Composer, select the menu -> https://i.imgur.com/5aLmN2O.png
Thank you!
I am not using cloud template for posts.
In Theme Panel / Theme Fonts / Font Settings everything is set to “Default Font”.
Don’t want to use Roboto nor custom fonts. Want to use system fonts “Helvetica Neue, Helvetica, Arial, sans-serif”.
In CSS I see:
h1,h2,h3,h4,h5,h6 {
font-family: 'Roboto',sans-serif;
}
div.td-block-title {
font-family: 'Roboto',sans-serif;
}
p.td-module-title,p.tdb-subcategory-name {
font-family: 'Roboto',sans-serif;
}
etc.
Clearly the theme inserts ‘Roboto’,sans-serif everywhere?
Hello,
So, if you don’t use cloud templates for posts, then the options to edit the font are in Theme Panel -> Theme Fonts -> Post Title/Post Content -> https://i.imgur.com/2ap0uUV.png
Also, change the font here https://i.imgur.com/K3NAPCk.png
Thank you!
This video shows you setting fonts for individual blocks. The question related to global settings and I too have a need to change. I would like to set the default post page default styles golbally. Please advise how. Thx
PS I’d like to have diffrenet styles for different post types and pages.
Also i note that the bullets style is different to the default style, plse advise how i fix this. Thx
Hi,
If you saw the video, then you saw that there is this option where you can change the font -> https://i.imgur.com/368z8wH.png this will change the font where is set that font -> https://i.imgur.com/2yzlUDh.png this is apply to the current page that you edit.
For bullets, you can do a custom code css as you want and set it.
This is the only option for fonts.
Thank you!
