Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i Support

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.

Læs mere

Segoe UI Light font not working

  • 3 svar
  • 34 har dette problem
  • 32 visninger
  • Seneste svar af 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.

Valgt løsning

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.

Læs dette svar i sammenhæng 👍 1

Alle svar (3)

more options

Valgt løsning

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;