Hi please can you tell me, why our team (chi siamo) have different font? thank you
librandi Hi the heading font on all site is using
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
You can override it via custom css to own font family.
Ninja thank you, but I see 2 different style
Ninja the heading font on all site is using h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
Ninja the heading font on all site is using
Apply my suggestion already shared with your to change font family.
If any issue please make the issue clear as few words without proper details does not give the issue details https://www.joomlart.com/joomlart/support-policy
librandi Hi' I could not understand your question is related to font but in screenshot it is different modules and pages. You can let me know the page URL, screenshot and point the part on which you applied a font family that not working. It help to understand the problem and checking
librandi
Ninja I could not understand your question is related to font but in screenshot it is different modules and pages. You can let me know the page URL, screenshot and point the part on which you applied a font family that not working. It help to understand the problem and checking
I have not found the details in last post as well no illustrated screenshot r description at which specific font you applied that not working. Without details it is hard to understand the issue.
https://www.joomlart.com/demo/ja-mono https://logicasarl.com/it/
how can i change the font from pt mono to karla in orange theme Ninja
Ninja Hello, I write :h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Karla', sans-serif; } in custom css but module "logica", ID 141 doesn't change font 8pt mono)
librandi Kindly check again it is working there screenshot : http://prntscr.com/1zoci4o
yes, thanks, but I would same fonts here
librandi Hi If you want the same font on body tag use this code
body{ font-family: 'Karla', sans-serif; }