Lnk.Bio
    • Getting Started
      • Introduction
      • Endpoints
      • Authorization
      • Private Apps
        • Introduction
        • Create a Private App
        • Generate an Access Token
      • Public Apps
        • Introduction
        • Create a Public App
        • Generate an Access Token
    • API Methods
      • Me
        • Retrieve basic profile info
        • Update profile picture
      • Lnks
        • Retrieve list of current Lnks
        • Create a new Lnk
        • Delete an existing Lnk
        • Edit an existing Lnk
        • Bulk reorder Lnks
      • Groups
        • Retrieve list of Lnk Groups
      • Style
        • Get current style
        • Set profile colors
        • Set profile fonts
        • Set profile wallpapers
        • Apply a free theme
        • Reset theme to defaults
        • List available fonts
        • List available free themes
    • Schemas
      • Sample Schemas
        • Pet
        • Category
        • Tag
      • Lnk
      • SuccessResponse
      • StyleData
      • Font
      • ThemeSummary

    Font

    {
        "font_id": "FONT_ROBOTO",
        "name": "Roboto",
        "category": "FC_TEXT",
        "weight": "400",
        "is_italic": false
    }
    Built with