A
A
Alexey Nikolaev2014-12-03 11:58:15
css
Alexey Nikolaev, 2014-12-03 11:58:15

Where can I find the working font MyriadPro Light?

Good day everyone.
There was an obscure rendering issue with the MyriadPro Light font - Firefox correctly recognizes it and displays it correctly. while other browsers do not. Once I had such a problem, and I solved it by finding and downloading a different version of the font, but this time this method does not work - I already tried two sources, the result is the same.
Connection:

@font-face {
  font-family: 'MyriadPro Light'; 
  src: url('../fonts/MyriadPro-Light.eot'); 
  src: local('Myriad Pro Light'),
     url('../fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
     url('../fonts/MyriadPro-Light.woff') format('woff'),
     url('../fonts/MyriadPro-Light.ttf') format('truetype'), 
     url('../fonts/MyriadPro-Light.svg#MyriadLight') format('svg');

  font-weight: normal;
  font-style: normal;
}

Actually, the question is why browsers can display the font incorrectly, and how to find the root of the problem? Or, if you have worked with this font, where can I find a 100% working version of it?
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Azim Kurt, 2014-12-03
@Symphony

You just write here what you downloaded there, downloaded here, do you know that it is paid?
https://typekit.com/fonts/myriad-pro — MyriadPro web font.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question