Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Buscar en Ayuda

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Segoe UI Light font not working

  • 3 respuestas
  • 34 tienen este problema
  • 36 visitas
  • Última respuesta de 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.

Solución elegida

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.

Leer esta respuesta en su contexto 👍 1

Todas las respuestas (3)

more options

Solución elegida

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;