Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Segoe UI Light font not working

  • 3 відповіді
  • 34 мають цю проблему
  • 225 переглядів
  • Остання відповідь від overloadnn
  • Вирішено

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.

Обране рішення

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.

Читати цю відповідь у контексті 👍 1

Усі відповіді (3)

Вибране рішення

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.

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!

Use this CSS:

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