Skip to content

Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
Minds Frontend
Minds Frontend
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Dependency List
    • Cycle Analytics
    • Insights
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 807
    • Issues 807
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 50
    • Merge Requests 50
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
    • List
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Minds
  • Minds FrontendMinds Frontend
  • Merge Requests
  • !332

Closed
Opened 1 month ago by Mark Harding@markeharding
  • Report abuse
Report abuse

(chore): roboto should fall back to other fonts

Roboto is currently the default font for a lot of functions, so text doesn't render until the font is downloaded. Fallbacks allow for the text to read before the font is installed on the fly.

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b chore/RobotoFallback origin/chore/RobotoFallback

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout origin/master
git merge --no-ff chore/RobotoFallback

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Request to merge chore/RobotoFallback into master
  • Email patches
  • Plain diff
Pipeline #71409216 running for 9f691f98 on chore/RobotoFallback
    Requires 2 more approvals from Devs.
    Martin Santangelo
    Martin Santangelo
    Marcelo Rivera
    Marcelo Rivera
    Emiliano Balbuena
    Emiliano Balbuena
    Ben Hayward
    Ben Hayward
    Brian Hatchet
    Brian Hatchet

    Closed by Mark Harding 4 minutes ago

    The changes were not merged into master

    • Discussion 0
    • Commits 3
    • Pipelines 3
    • Changes 76
    • Loading...
    • Brian Hatchet :speech_balloon: @brianhatchet approved this merge request 1 month ago

      approved this merge request

    • Marcelo Rivera @eiennohi approved this merge request 1 month ago

      approved this merge request

    • Mark Harding @markeharding added 1 commit 1 month ago

      added 1 commit

      • 88297c24 - (chore): more missing robotos

      Compare with previous version

    • Marcelo Rivera @eiennohi approved this merge request 1 month ago

      approved this merge request

    • Emiliano Balbuena @edgebal approved this merge request 1 month ago

      approved this merge request

    • Mark Harding @markeharding added MR::Awaiting Review scoped label 2 weeks ago

      added MR::Awaiting Review scoped label

    • Mark Harding @markeharding added Squad::Blue scoped label 21 minutes ago

      added Squad::Blue scoped label

    • Mark Harding @markeharding added 1 commit 5 minutes ago

      added 1 commit

      • 9f691f98 - (chore): support swap to increase speed of fonts

      Compare with previous version

    • Mark Harding @markeharding closed 4 minutes ago

      closed

    • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
    Please register or sign in to reply
    0 Assignees
    None
    Assign to
    None
    Milestone
    None
    Assign milestone
    None
    Time tracking
    No estimate or time spent
    2
    Labels
    MR::Awaiting Review Squad::Blue
    Assign labels
    • View project labels
    Lock merge request
    Unlocked
    6
    6 participants
    user avatar
    Martin Santangelo
    user avatar
    Marcelo Rivera
    user avatar
    Emiliano Balbuena
    user avatar
    Ben Hayward
    user avatar
    Brian Hatchet
    user avatar
    Mark Harding
    Reference: minds/front!332