Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Connect via font-face and watch locally in windows? if so, then they seem to have locally attached fonts that are not sucked in because of the security policy. Try to raise a local webserver and see. Should help.
If it doesn't help, you need to look in what formats you connect the font, maybe you don't connect the right one. See details here
@font-face {
font-family: 'Conv_Lato-LightItalic';
src: url('fonts/Lato-LightItalic.eot');
src: local('☺'), url('fonts/Lato-LightItalic.woff') format('woff'),
url('fonts/Lato-LightItalic.ttf') format('truetype'),
url('fonts/Lato-LightItalic.svg') format('svg');
font-weight: normal;
font-style: normal;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question