ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

Segoe UI Light font not working

  • 3 პასუხი
  • 34 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 1 ნახვა
  • ბოლოს გამოეხმაურა 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;