Segoe UI Light Font Not displaying properly in Google Chrome

前端 未结 5 2056
独厮守ぢ
独厮守ぢ 2021-01-02 06:41

I am using Segoe UI Light font in my website.

the css used is as follows.

.divMainHeader
{
font-family:Segoe UI;
font-size:28pt;
font-weight:lighter;         


        
5条回答
  •  旧时难觅i
    2021-01-02 07:14

    Could be because of various reasons:

    1. Perhaps you are using the wrong font format. Chrome supports SVG, WOFF, TTF/OFT.
    2. Taken the a wrong approach towards defining font-weight, which leads the browser to interpret the font-weight property wrongly

    Sample: http://pastebin.com/FiGvAfTk

    Are you defining your fonts properly?

提交回复
热议问题