PDA

View Full Version : Font Type - Default



rosegarden
September 4, 2012, 03:44 AM
I understand the page load woff and other font files. If I do not wish to use this woff and other files.

How can I just set the default font for all to be Verdana?

Vladimir
September 4, 2012, 08:36 AM
Hello,

You can try fix it the following way:

- open css file: templates/your_template/css/common.css
- find this code:



@font-face {
font-family: FASHION;
src: url("http://www.domain.com/templates/general_modern/css/Arimo-Regular-Latin-webfont.eot");
}
@font-face {
font-family: FASHION;
src: url('http://www.domain.com/templates/general_modern/css/Arimo-Regular-Latin-webfont.woff');
}
@font-face{
font-family: FASHION;
src: url('http://www.domain.com/templates/general_modern/css/fashion.ttf');
}
@font-face{
font-family: FASHION;
src: url('http://www.domain.com/templates/general_modern/css/fashion_bold.ttf');
font-weight: bold;
}
body
{
margin: 0px auto;
font-family: FASHION;
background: url('http://static.domain.com/homepage/body_bg6.gif');
font-size: 13px;
color: #545454;
}


and replace it to:



body
{
margin: 0px auto;
font-family: Verdana;
background: url('http://static.domain.com/homepage/body_bg6.gif');
font-size: 13px;
color: #545454;
}

rosegarden
September 4, 2012, 10:24 AM
HIGHLY CRITICAL

Hi there
Thanks for looking, I have raised a ticket on this ... IHV-250523

Please kindly look into it asap

Vladimir
September 4, 2012, 11:39 AM
We've replied to you in the ticket ID: IHV-250523.