Home Forums WoodMart support forum WPML Translation Reply To: WPML Translation

#55969

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