XF 1.5 Font keeps changing?

x8BiTw0LFx

Active member
Hi :)

The font keeps changing and I don't know why? The theme is Tactical from ThemeHouse.

Original:
ygmuyrD.png


New font:
4YBLxUe.png
 
I don't know how to make the file: "The code can be placed with the .htaccess file or httpd.conf file" - https://davidwalsh.name/cdn-fonts
I've tried putting the code in htaccess, but that destroyed my forum.
To confirm... this is the section of the example you used?
Code:
# Apache config
<FilesMatch ".(eot|ttf|otf|woff)">
    Header set Access-Control-Allow-Origin "*"
</FilesMatch>

And where did you place it in your .htaccess?
 
Top Bottom