How do I install new fonts in Ionic 4?

后端 未结 7 1257
长情又很酷
长情又很酷 2021-02-01 04:50

Does anyone know how to update the font for Ionic 4?

I tried adding the aileron.woff to assets/fonts and putting this in the variables.scss to no avail.



        
7条回答
  •  不知归路
    2021-02-01 05:15

    You'll want to use the CSS4 variable --ion-font-family

    Here is an example:

    
    
    
      
      Test Font Family
      
      
    
      
    
    
    
      
        
          
            Test
          
        
        
          
            
              Font Family
            
            
              Testing
            
          
        
      
    
    

提交回复
热议问题