Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. General Discussion
  3. how to use custom fonts in lb nextgen

how to use custom fonts in lb nextgen

Scheduled Pinned Locked Moved General Discussion
2 Posts 2 Posters 238 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    eaeafeaf
    wrote on last edited by
    #1

    i wanna ues custom fonts in lb nextgen but idk how to use them can anyone tell me how to

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jenniferzuber Banned
      wrote on last edited by
      #2

      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:

      @font-face {
      font-family: 'CustomFont';
      src: url('path-to-your-font-file.woff2') format('woff2'),
      url('path-to-your-font-file.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      }
      body {
      font-family: 'CustomFont', sans-serif;
      }

      1 Reply Last reply
      0

      About
      • Terms of Service
      • Privacy Policy
      • Status
      • Contact Us
      Downloads
      • Releases
      • Source code
      • License
      Docs
      • Tutorials
      • CustomHUD
      • AutoSettings
      • ScriptAPI
      Community
      • Forum
      • Guilded
      • YouTube
      • Twitter
      • D.Tube
      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups