ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,710
- Points
- 823
Reputation:
I just recently turned my logo into a font type, and I wanted to use it as a icon inside xenforo. Does anybody know how can this be done?
I wanna use the logo inside of the navigation bar for a link. I know using font awesome is easier, but you have to pay them yearly for them to host your icon. So I want to host the icon myself and just looking for assistance on how to implement it into xenforo.
Code:
Code:
Read more
Continue reading...
I wanna use the logo inside of the navigation bar for a link. I know using font awesome is easier, but you have to pay them yearly for them to host your icon. So I want to host the icon myself and just looking for assistance on how to implement it into xenforo.
Code:
<i class="icon-oO5Dynasty"></i>
Code:
Code:
@font-face {
font-family: 'oo5dynasty';
src...
Read more
Continue reading...