![]() |
|
Site Changelog - Printable Version +- Knockturn Bound (https://knockturnbound.net) +-- Forum: Welcome to Knockturn Bound (https://knockturnbound.net/forumdisplay.php?fid=8) +--- Forum: Announcements (https://knockturnbound.net/forumdisplay.php?fid=9) +--- Thread: Site Changelog (/showthread.php?tid=439) |
Site Changelog - Roisin Blackwood - 09-02-2025 Site Changelog I will post in here anytime I make any big tech-type of updates, including new fonts and new bbcodes. All content will be added to the appropriate pages as well. RE: Site Changelog - Roisin Blackwood - 09-03-2025 Fonts The following fonts are now installed and can be used anywhere. Braven Code: [size=20][font=braven]Braven[/font][/size]Heading Code: [size=20][font=heading]Heading[/font][/size]Hourglass Code: [size=20][font=hourglass]Hourglass[/font][/size]Retro Signature Code: [size=20][font=retrosignature]Retro Signature[/font][/size]Santiole Script Code: [size=20][font=santiole script]Santiole Script[/font][/size]Santiole Swash Code: [size=20][font=santiole swash]Santiole Swash[/font][/size]Stagera Code: [size=20][font=stagera]Stagera[/font][/size]RE: Site Changelog - Roisin Blackwood - 08-26-2026 Coding Icons We were using FontAwesome, but have switched our library to Material Design Icons. Here is a brief summary of what that means. If you are using any FontAwesome icons in your signatures or posts, you will have to go through and update them. Support for FontAwesome has already been removed from KB. The functionality for MDI is the same as FA. You can find their library at this link. When searching, you will click on the icon you want to use. A new window will pop-up. Click on WEBFONT to select the given code. Just like with FA, you will convert this to MyCode. Example of what it gives you: Code: <span class="mdi mdi-emoticon-poop"></span>Example of what to actually use: Code: [span class="mdi mdi-emoticon-poop"][/span]This gives you, with the default board font size: Any font size changes or color changes can be wrapped around the code, like this: Code: [size=30][color=crimson][span class="mdi mdi-emoticon-poop"][/span][/color][/size]Please reach out if you have any questions or issues! |