We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

تلاش سپورٹ

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.

مزید سیکھیں

Segoe UI Light font not working

  • 3 جواب دیں
  • 34 میں یہ مسئلہ ہے
  • 1 دیکھیں
  • آخری جواب بذریعہ 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.

منتخب شدہ حل

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)

more options

منتخب شدہ حل

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;