Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Segoe UI Light font not working

  • 3 përgjigje
  • 34 e kanë hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga 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.

Zgjidhje e zgjedhur

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.

Lexojeni këtë përgjigje brenda kontekstit 👍 1

Krejt Përgjigjet (3)

more options

Zgjidhja e Zgjedhur

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;