Home › Forums › WoodMart support forum › WPML Translation › Reply To: WPML Translation
May 4, 2018 at 7:05 am
#55969
Elise Noromit
Member
Hello,
You can try.
1/ Find in Google font the one you want to use
2/ Take such a code, for example, @import url(‘https://fonts.googleapis.com/css?family=Roboto’); and paste it in the page settings.
3/ Put then CSS like this:
body{
font-family: 'Roboto', sans-serif!important;
}
Usually, when you insert styles in the page settings they work only for this page, howver I cannot gurantee 100% for the font.
Best Regards