Spletno mesto bo delovalo z omejenimi zmožnostmi, medtem ko na njem izvajamo vzdrževalna dela za vas. Če članki ne rešijo vaše težave in želite zastaviti vprašanje, naša skupnost za podporo čaka na vas na @FirefoxSupport na Twitterju in na /r/firefox na Redditu.

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

Segoe UI Light font not working

  • 3 odgovori
  • 34 ima to težavo
  • 32 ogledov
  • Zadnji odgovor od overloadnn

more options

Segoe UI Light does not work in Firefox 8 when using it in CSS.

Segoe UI Light does not work in Firefox 8 when using it in CSS.

Izbrana rešitev

You may have to use extra selectors to get that specific UI light font from the Segoe family group.

See this for an example about Arial.

Preberite ta odgovor v kontekstu 👍 1

Vsi odgovori (3)

more options

Izbrana rešitev

You may have to use extra selectors to get that specific UI light font from the Segoe family group.

See this for an example about Arial.

more options

Hello! I am having a same problem with Firefox 8 and Segoe UI light font type. I have tried embed fonts, the Arial like font-strech solution, and none of them worked. It is really an annoying problem.

Can You provide some addition ideas or solutions for this problem?

Or it will be fixed in the next release?

Thank You!

more options

Use this CSS:

   font-family: "Segoe UI";
   font-weight: lighter;