<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[how to use custom fonts in lb nextgen]]></title><description><![CDATA[<p dir="auto">i wanna ues custom fonts in lb nextgen but idk how to use them  can anyone tell me how to</p>
]]></description><link>https://forum.liquidbounce.net/topic/8118/how-to-use-custom-fonts-in-lb-nextgen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 16:24:27 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/8118.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 May 2024 18:30:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to use custom fonts in lb nextgen on Mon, 23 Mar 2026 16:43:31 GMT]]></title><description><![CDATA[<p dir="auto">Seems much more complex than I thought. But anyway thanks for the providing the code.</p>
]]></description><link>https://forum.liquidbounce.net/post/40494</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/40494</guid><dc:creator><![CDATA[richardrapid83]]></dc:creator><pubDate>Mon, 23 Mar 2026 16:43:31 GMT</pubDate></item><item><title><![CDATA[Reply to how to use custom fonts in lb nextgen on Fri, 07 Feb 2025 10:09:14 GMT]]></title><description><![CDATA[<p dir="auto">To use custom fonts in LB NextGen, you first need to upload the font files in a web-compatible format such as WOFF, WOFF2, TTF, or OTF to your server or assets folder. Once uploaded, define the font in your CSS file using the @font-face rule. For example, you can add the following code:</p>
<p dir="auto">@font-face {<br />
font-family: 'CustomFont';<br />
src: url('path-to-your-font-file.woff2') format('woff2'),<br />
url('path-to-your-font-file.woff') format('woff');<br />
font-weight: normal;<br />
font-style: normal;<br />
}<br />
body {<br />
font-family: 'CustomFont', sans-serif;<br />
}</p>
]]></description><link>https://forum.liquidbounce.net/post/39970</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/39970</guid><dc:creator><![CDATA[jenniferzuber]]></dc:creator><pubDate>Fri, 07 Feb 2025 10:09:14 GMT</pubDate></item></channel></rss>