0

I have issue to set helvetica neue font family globally. It gives error as: Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE.NotSameOrigin. Then I have used crossorigin="anonymous" with it but doesn't work and again gives error GET https://fonts.cdnfonts.com/css/helvetica-neue-9 net::ERR_ABORTED 503. How can I solve this issue?

In index.html I am using font inside Head tag as:

<link href="https://fonts.cdnfonts.com/css/helvetica-neue-9" rel="stylesheet" />

In index.css file I am using as:

body { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Lucida Grande"; }

Error in console:enter image description here

Aparajita
  • 37
  • 5

0 Answers0