Install on DNN / 2sxc
- Get the latest release from 2sic (it's not a public app)
- Install like a normal 2sxc app
- Go to the app-settings and configure that it's hidden
This app has no functionality on the page, so we don't want users to add it
Activate the Icons
Likely script tag:
<script src="/Portals/0/2sxc/iconfont-turbo/dist/svg-icons.min.js" data-auto-a11y="true" data-auto-fetch-svg="" data-fetch-svg-from="/Portals/0/2sxc/iconfont-turbo/dist/svg"></script>
- Theme
- Change the theme to use the new path - you may need to adjust it a bit
- Test and verify that theme-icons work
- Content-Default
- For the latest templates, change the script-tag in the app-settings
- For older templates, change it in the cshtml file which loads the font-icons
- Verify that icons in link-lists work
- Finalize
- Verify that no other app is still importing the old icon sets (css, woff, etc.)
Optimize Icon Pickers
The IconFont-Turbo has all the free font-awesome icons and the brands icons together. So fas fa-twitter
will work, even though it would normally require fab fa-twitter
. Because of this, we can enhance the icon-picker to provide brands and normal icons in the dropdown. To do this, do
TODO: 2DM