Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T taskee_frontend_web
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Taskee
  • taskee_frontend_web
  • Merge requests
  • !10

Merged
Created Sep 04, 2025 by Suzan Stockey Pereira@suzan.pereira😊Developer

feat: Implement Font Picker component and font management script

  • Overview 0
  • Commits 8
  • Changes 10

📄 Description

This MR adds a new FontPicker component, allowing users to select and preview different fonts in real-time.

To support this feature and streamline future development, a new npm run fonts:sync script has been created to automate the process of adding new fonts. The usage of this script is now documented in the README.md.

🚀 Changes Made

  • FontPicker Component: Implemented a new, reusable FontPicker component for font selection.
  • Font Sync Script: Created the npm run fonts:sync script to automatically download and configure new font packages.
  • Documentation: Updated the README.md with a comprehensive step-by-step guide on how to add new fonts using the new script.

🖼️ Screenshots

  • FontPicker Component

image

  • Chosing a different font

image

  • Different font example

image

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feat/font-component