MyBB Community Forums

Full Version: Use Icon Fonts in Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The editor I have now currently uses FontAwesome Icons.

I'm trying to modify the editor and make it look more subtle and easy to use, and change up the design.

I'm using: http://icomoon.io/
for the icons.

I have changed the font family and content codes properly but not sure how I should have it use icomoon instead of fontawesome. I can't find anything about fontawesome, no idea where it's pulling the fonts from. Could someone please help me?

Piece of the stylesheet.css
.toolbar_button_color:before {
	font-family: 'Icomoon';
	content: "\e613";
	position:relative;
	top:4px;
	left:6px;
	text-align:center;
}

Uploaded font files inside ../fonts
[Image: XgXX76r.png]


Thanks,
Hydra