Font Family Open Sans not being used

后端 未结 1 1254
天命终不由人
天命终不由人 2021-02-07 06:02

I am using Google\'s Open Sans Font in my application.

I have defined the stylesheet as instructed:



        
1条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-07 06:25

    Check out the codepen link. Its working fine for me !

    .open-sans-font{
      font-family: 'Open Sans', sans-serif;
    }
    
    
    
    Stackoverflow rocks !!!

    0 讨论(0)
提交回复
热议问题