By Preston Edwards on Thursday, 27 March 2014
Posted in Technical Issues
Replies 1
Likes 0
Views 1.3K
Votes 0
Hello,

How can I have ES inherit my site's font instead of using its own? Seems like some of the relevant code is here:

body div#fd.es {
font-family: 'Lucida Grande','Gisha','Lucida Sans Unicode','Lucida Sans',Lucida,Arial,Verdana,sans-serif;
}

But this doesn't get all of it.

Thanks,
Preston
Hello Preston,

It should be really simple. Just add the following block of css codes into your template's css file at /templates/meet_gavern/css/override.css


body div#fd.es{
font-family: inherit !important;
}
·
Friday, 28 March 2014 01:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post