tiefen_space_h5/fontawesome.config.js

7 lines
269 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { config } from '@fortawesome/fontawesome-svg-core';
import solidIcons from '@fortawesome/free-solid-svg-icons';
config.autoAddCss = false; // 关闭自动添加CSS因为我们不使用它
// 如果你想注册所有的solid icons
library.add(solidIcons);