I am trying to switch to the SVG Sprites implementation for Fontawesome 5 from the CSS with Webfonts implementation (for security reasons). I want to maintain the default CSS. Is there a way to do this? Or will I have to manually style all of my icons when changing over?
            Asked
            
        
        
            Active
            
        
            Viewed 31 times
        
    0
            
            
        - 
                    What was your security concern? – Kosh Jul 12 '19 at 18:13
 - 
                    (1) you will need to target SVG and no more i :https://stackoverflow.com/a/48608619/8620333 (2) you need to adjust the code if you are using pseudo element: https://stackoverflow.com/a/48753896/8620333 – Temani Afif Jul 12 '19 at 19:14