how to setup mac and pc use different default font
-
Dear sir
I need to setup the different default font on PC & MAC
PC use Arial
MAC use Helvetica
How to setup this ?
use CSS ? I don’t konw….
Thanks​
Hi ikiyamay,
Thanks for reaching to us.
Go to Theme Settings > Typography > Advanced. In this area, you can assign elements like screenshot https://prnt.sc/pFfsq5fmdaAy
html:not(.platform-Windows) h4
You can replace h4 tag, add more tags if you want.
Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/
Regards,
Thank you sir
You mean replace h4 tag, like bleow
html:not(.platform-Windows) h4
can let MAC use Helvetica font ?
or must be replace all H1-H6 tag ?
Thanks
Hi ikiyamay,
Thanks for reaching to us.
You can add more custom selectors, like the screenshot https://prnt.sc/Mbsg0QDT3-Vp
Regards,