1. Technology Consultancy and Advisory
    Sudonix

    Sudonix

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Solved
    • More
      • About
      • Contact
      • Donate
      • FAQ
      • Founder's Journey
      • Policies
    1. Home
    2. Tags
    3. fonts
    Log in to post
    • All categories
    • pwsincd

      Unsolved Fontawesome 5
      Customisation • fonts css nodebb • • pwsincd

      14
      0
      Votes
      14
      Posts
      286
      Views

      phenomlab

      @pwsincd hi. Just following up on this thread (I know it’s old) but was curious to understand if it’s still an issue or not ?

    • DownPW

      Solved [NodeBB] Import custom Font
      Customisation • custom fonts nodebb css • • DownPW

      12
      0
      Votes
      12
      Posts
      314
      Views

      phenomlab

      @cagatay you’ll need to define this in the body tag (or another element if you want greater or more granular targets) - for example

      body { font-family: "Poppins"; font-size: 16px; }

      Essentially, you use the font-size CSS directive.