font-face kit not working

I have installed the quick start version but Terminal Dosis font do not format right.

I followed all http://www.fontsquirrel.com instruction but fail.

Any body know how to do?

Thanks

7 answers

Profile photo of Eddy Ricardo Santos 340.00 $tone October 30, 2012
Public

Hi Saguaros,

This template show some characters in Terminal Dosis: Category Title, Product View Prices, Catalogue View Prices, etc.

The file themes.css show:

@import url(../fonts/terminal_dosis/stylesheet.css); line 13

But i can’t see the correct font format on any browser.

Regards,

#2
Profile photo of Saguaros 0.00 $tone October 31, 2012
Public

Dear Richard,

You can try with this way by using Google chrome inspect element or Firebug for Firefox. Then hover on any characters you want and right click on it and then click on inspect element, it will show you which CSS class it is using that contains font-family and which CSS file and the path to those characters on the right side. then you can go to the file and replace it with new font.

#3
Profile photo of Eddy Ricardo Santos 340.00 $tone October 31, 2012
Public

I did but nothing happens

.regular-price .price { font-family: ‘TerminalDosisLight’; }

Last is inherited from:

.catalog-listing .price-box, .category-products .price-box {
font-family: ‘TerminalDosisLight’;
font-size: 125%;
font-weight: normal;
border-bottom: 1px solid #efefef
padding-bottom: 5px;
}

but not work. I mean it not get the font files

r

#4
Profile photo of Sherlock 0.00 $tone November 5, 2012
Public

Hi richardmax,

Can you share with me here exact url where the issue is being seen ? what do you meant by "This template show some characters in Terminal Dosis: Category Title, Product View Prices, Catalogue View Prices, etc." and you could not see can’t see the correct font format on any browser ?

#5
Profile photo of Eddy Ricardo Santos 340.00 $tone December 6, 2012
Public

Hi richardmax,

Can you share with me here exact url where the issue is being seen ? what do you meant by "This template show some characters in Terminal Dosis: Category Title, Product View Prices, Catalogue View Prices, etc." and you could not see can’t see the correct font format on any browser ?

Hello Sherlock,

That is right. I can’t see Terminal Dosis on any browsers

#6

Please login or Register to Submit Answer

Written By

Comments