Welcome to Knockturn Bound!Be sure to look at our Getting Started guide to learn more about the story we are telling! If you have any questions, join our Discord server! Note: Our community is only for people 18 years and older.


Site Changelog
#1
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.
#2
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]
#3
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!