Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

Learn More

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

I'm using @font-face to display hebrew font which works on all browsers but firefox what can I do? [SOLVED]

  • 3 válasz
  • 4 embernek van ilyen problémája
  • 9 megtekintés
  • Utolsó üzenet ettől: itayxD

more options

I'm using the following code to display a custom font:

@font-face {
font-family: Hebrew;
src: url('fonts/BN Barak.ttf');
}

and than I set my blog description to use it:

#blog-description {
	color:#FFF;
	font-size:13px;
	/*font-style:italic;*/
	margin-right: 22px;
	font-family: Hebrew;
}

But Firefox won't show the font although opera IE and chrome does.

I'm using the following code to display a custom font:<br /> <br /> <pre><nowiki>@font-face { font-family: Hebrew; src: url('fonts/BN Barak.ttf'); } </nowiki></pre> and than I set my blog description to use it:<br /> <br /> <pre><nowiki>#blog-description { color:#FFF; font-size:13px; /*font-style:italic;*/ margin-right: 22px; font-family: Hebrew; } </nowiki></pre> But Firefox won't show the font although opera IE and chrome does.

Módosította: cor-el,

Összes válasz (3)

more options
more options

I don't think it's the same issue as I have an English font that does work. only the Hebrew font doesn't work.

more options

Nevermind I solved it, my mistake.