T
T
timtimIT2015-11-05 17:34:30
css
timtimIT, 2015-11-05 17:34:30

How to make firefox display PT Sans Narrow font (includes Arial instead)?

Hello.
How to make firefox display PT Sans Narrow font (includes Arial instead)?
Everything is fine in chrome...
font-family: 'PT Sans Narrow', sans-serif;

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
wildsnail, 2015-11-06
@wildsnail

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

T
Timur Orlov, 2016-10-03
@Velimudr1

@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;
}

It will definitely work, Fox pulls like a native.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question