Fix FontAwesome icons being huge on page load
Problem
If you are using FontAwesome in your project, you may face to this problem: FontAwesome icons being huge on page load
Solution
Turn off autoAddCss
import { config } from '@fortawesome/fontawesome-svg-core'
config.autoAddCss = false
Load i...
blog.ansidev.xyz1 min read