This repository has been archived on 2025-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
mssgme-website/src/lib/fontawesome.ts
2025-07-02 13:37:16 +03:00

6 lines
230 B
TypeScript

import { config } from '@fortawesome/fontawesome-svg-core'
import '@fortawesome/fontawesome-svg-core/styles.css'
// Tell Font Awesome to skip adding the CSS automatically since it's being imported above
config.autoAddCss = false