How do I decrease the size of a font-awesome icon?

前端 未结 5 587
谎友^
谎友^ 2021-02-01 14:06

What is the best way to decrease the size of a font awesome icon. There is a fa-3x, etc... to increase the size. Is there a class to decrease the size?

5条回答
  •  我在风中等你
    2021-02-01 14:23

    One way is your internal CSS class or use default Font Awesome class:

    
    
    
    
    
    
    
    
    
    

    and keep going wit fa-4x and so one.

    The Docs for smart use icons can be found here Font Awesome Docs Sizing and css you could use will find documented there as well.

提交回复
热议问题