Vote count:
0
I am trying to embed fonts on my site using the following code:
@font-face {
font-family: 'MuseoSans-100';
src: url('../fonts/MuseoSans-100.html');
src: url('../fonts/MuseoSans-100d41d.html?#iefix') format('embedded-opentype'),
url('../fonts/MuseoSans-101.html') format('woff'),
url('../fonts/MuseoSans-102.html') format('truetype'),
url('../fonts/MuseoSans-100.svg#MuseoSans-100') format('svg');
font-weight: normal;
font-style: normal;
}
However, the fonts are not rendered on the web server, as they are on my local machine.
URL is: http://ift.tt/QGybNi
Your help is appreciated.
asked 1 min ago
Aucun commentaire:
Enregistrer un commentaire