I am developing a webpage in wordpress. For the content of the page I am using Fira Sans Font family.
I have included the google fonts style sheet in head section as
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,500" rel="stylesheet">
Also, I tried importing the fonts in my css file as
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500');
The fonts are working properly in chrome and IE but not in firefox. Firefox picks Arial font family.
Can some one help why this is happening?