gogo Well-known member Sep 18, 2020 #1 I got some real nice looking font from the net. If I want to use it on my Xenforo so everybody can view it with their browsers, what exactly do I need to do?
I got some real nice looking font from the net. If I want to use it on my Xenforo so everybody can view it with their browsers, what exactly do I need to do?
Solution P P Paul B Sep 18, 2020 If it's a Google font, you can edit the PAGE_CONTAINER template like so: HTML: <link href="https://fonts.googleapis.com/css?family=Eater&display=swap" rel="stylesheet">
If it's a Google font, you can edit the PAGE_CONTAINER template like so: HTML: <link href="https://fonts.googleapis.com/css?family=Eater&display=swap" rel="stylesheet">
P Paul B XenForo moderator Staff member Sep 18, 2020 #2 If it's a Google font, you can edit the PAGE_CONTAINER template like so: HTML: <link href="https://fonts.googleapis.com/css?family=Eater&display=swap" rel="stylesheet"> Upvote 0 Downvote Solution
If it's a Google font, you can edit the PAGE_CONTAINER template like so: HTML: <link href="https://fonts.googleapis.com/css?family=Eater&display=swap" rel="stylesheet">