fbpx
Skip to content
suad asked 7 years ago
hello im using squarespace my website is bilingual (english + arabic) and my second language is arabic.  how can i change the custom font? where would i apply the CSS? thanks for your help
1 Answers
Dave Hilditch Staff answered 7 years ago

Hi – you can apply the CSS using the Custom CSS section in Squarespace. The CSS should look something like this:
 
body.mllanguage1 {
font-family:Times;
}

roberto valussi replied 7 years ago

Hi Dave,
I have just installed mulitilingualizer and I am also trying to customize the font.
I am a total novice with CSS, and I have tried to add the font as per your reply, but it didn’t do the trick for me.
Can you tell me how can I fix it?

You find the font lines at the end of the code I put in the header box.

Thanks
Roberto



var mllanguages = []; mllanguages[“English”] = 0; mllanguages[“French”] = 1;

var mltextblockboundary = ‘….’;

#multilingualizerloadingscreen {
position:fixed;
width:100%;
height:100%;
background-color:white;
background-repeat:no-repeat;
background-position:center, bottom right;
z-index:99999999;
top:0px;
left:0px;
}
body.mllanguage1 {
font-family:Times;
}
#multilingualizerloadingscreen.loaded {
display:none;
}

We use cookies

We use cookies for various things on our site, including our on-site chat bubble (if you use it), our comment forms (if you use them) and for session handling (if you log in).

Other than that, we use cookies to identify where traffic came from to help us understand which traffic turns into sales, we use a cookie for Google Analytics traffic analysis and we use a cookie to customise adverts for our own products we think you'll be interested in.

You can read more detail in our privacy policy page. Please click 'Accept' or 'Decline' to continue.