Bought a font at myfonts.com and followed these instructions: http://webfonts.myfonts.com/webfonts-know-how/using-web-fonts-publishing-platforms
Plus also added this to my LTE: .lte-advanced.lte #grid-content .post .pre .entry-content h2{font-family: ;}
That pretty much messed up my entire site.
What did I do wrong? Or is this a customization request?
Alex
hi Alex,
my suggestion is to add the font-family css code directly in your style.less file:
@font-face {
font-family: "My_Webfont";;
src: url (http://www.mysite.com/webfonts/1A56EC_0_0.eot);
src: url (http://www.mysite.com/webfonts/1A56EC_0_0.woff);
src: url (http://www.mysite.com/webfonts/1A56EC_0_0.ttf);
src: url (http://www.mysite.com/webfonts/1A56EC_0_0.svg);
}
then add the css selector (as you did before) in the advanced mode.
that should do the trick
Ain’t working. Did as per above, and my site looked like this: http://beigeco.dropmark.com/47370/558929
Could you help via a customization request?
sure, drop us a mail via contact form.
Sent in a request via the Contact form. Let me know if you got it.