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

J

jenniferzuber

Banned
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to use custom fonts in lb nextgen
    J jenniferzuber

    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;
    }

    General Discussion
  • Login

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