Open Sans Google Web Fonts Rendering in Chrome

后端 未结 6 420
耶瑟儿~
耶瑟儿~ 2020-12-10 04:51

I\'ve noticed a significant difference in rending of Open Sans (Google Web Font) from Chrome, to Safari/Firefox. I attach two photos, the first being chrome and the second s

6条回答
  •  感情败类
    2020-12-10 05:40

    Add to head

    
    

    CSS rule

    .btn{
        font-family: 'Open Sans', sans-serif;
        font-weight:300;
        text-rendering: optimizeLegibility;
    font-size: .9em;
    }
    

提交回复
热议问题