XenForo Tutorials

How to add webfonts to your XenForo forum so that they work in the text editor

Submitted by Bi0S, , Thread ID: 38066

Thread Closed
Bi0S
Leaks God
Pirates
Level:
0
Reputation:
91
Posts:
7.83K
Likes:
385
Credits:
25.7K
22-06-2017, 09:02 PM
#1
How to add webfonts to your XenForo forum so that they work in the text editor

There is an issue with the Redactor rich text editor used for editing posts. Webfonts linked in the XenForo site don't work in it. The problem is because it uses an iFrame, which is a separate environment and doesn't have access to the loaded webfonts in the main frame.

The solution to this is to include your webfont CSS in both the main and editor CSS.
So here's the tutorial...

How to add webfonts to your XenForo site so that they work in the text editor!

1. In the Admin CP, go to your templates list and create a new template named "webfonts.css".
Add the @import and/or @font-face rules for your webfonts.

2. Seek and open the template "xenforo.css". Paste this at the very top, above everything else.

Code:
<xen:include template="webfonts.css" />

3. Repeat for the "editor_contents.css" template.
And that's it! Your webfonts should work both inside and outside the text editor now. Check it out!

[Image: mihE7XC.png]
[Image: KiXcHZw.gif]
[Image: yOythq1.png]

RE: How to add webfonts to your XenForo forum so that they work in the text editor

Qifesh
Closed Account
Level:
0
Reputation:
0
Posts:
10
Likes:
0
Credits:
10
13-08-2017, 07:08 PM
#2
Is this really needed?

RE: How to add webfonts to your XenForo forum so that they work in the text editor

johnybrava
Closed Account
Level:
0
Reputation:
0
Posts:
15
Likes:
0
Credits:
15
16-08-2017, 11:46 PM
#3
thank you my friend i need 15 post for download!

Users browsing this thread: 1 Guest(s)