benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
336 stars 202 forks source link

Add custom Social Media Icons #1138

Open C1aas opened 2 years ago

C1aas commented 2 years ago

How to add custom social media icons to the font

Description

I have a few links and icons to tools that are important to the company and would like to add them to the footer social-media-section. Per constants you can simply insert a link and label. Where I am stuck is how to elegantly add the icons to the webfont. Or maybe create an own webfont. Thanks for the help!

gilbertsoft commented 2 years ago

Have a look at how the webfont is created here https://github.com/benjaminkott/bootstrap_package/blob/7ac32dfd0982e419c2d12c59f9fb5f6dadae901b/Build/Gruntfile.js#L433-L470

You can create your own font e.g. in your sitepackage or project.

stephankellermayr commented 8 months ago

...or you could use EXT:iconpack in combination with EXT:bootstrap_package_iconpack right away. This allows you to bring virtually any icon into your frontend.