By Edgar on Tuesday, 16 June 2015
Posted in Wanderers
Likes 0
Views 3.6K
Votes 0
Hello,

I would like to know how I change the font of wanderers template for all the website ?

Thanks a lot for your help,

Edgar
Hi Edgar,

Sorry for late reply to this, may i know what police you want to change?

I'm sorry because i'm not really clear what police you mean.

Regards,
Ridhwan Razak
·
Tuesday, 16 June 2015 11:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ridhwan,

Thanks for your answer and sorry if I was not clear. I mean the initial font, how can I change it ?

Regards,

Edgar
·
Tuesday, 16 June 2015 14:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Edgar,

By default Wanderers using "Source Sans Pro" as default font.

body {
background: #fff;
color: #666;
font-family: 'Source Sans Pro', Arial, sans-serif;
font-weight: 400;
}


You can change the font with overriding the css file by creating custom.css
Then paste the css code below with your desire font in to the custom.css file

body {
font-family: 'Your Font';
}


But you need to know that, you can only change it, when you already include
your font api link in <head></head> tag at index.php

For an example :

<head>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
</head>


Regards,
Ridhwan Razak
·
Tuesday, 16 June 2015 15:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your great reactivity !

I'm going to try this.

Regards,

Edgar
·
Wednesday, 17 June 2015 01:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Edgar,

Hope this would help you
If you still got problem towards this issue, just buzz us up here.
We'll wait for any news and updates regarding to this issue.
Have a great day and happy trying

Regards,
Ridhwan Razak
·
Wednesday, 17 June 2015 11:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Bonjour

Toujours cette méthode pour changer la police de caractères du forum ?
·
Thursday, 10 October 2019 06:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Bonjour

Toujours cette méthode pour changer la police de caractères du forum ?

We will follow up on your new thread here https://stackideas.com/forums/changer-la-police-des-caracteres-du-forum .

For now I will lock this thread since this thread already long time ago.
·
Thursday, 10 October 2019 09:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post