UNPKG

@gitlab/fonts

Version:

Fonts to be used in the GitLab product

38 lines (37 loc) 899 B
{ "name": "@gitlab/fonts", "version": "1.3.1", "description": "Fonts to be used in the GitLab product", "main": "index.js", "repository": "https://gitlab.com/gitlab-org/frontend/fonts.git", "author": "GitLab Frontend Team <frontendteam@gitlab.com>", "license": "OFL-1.1", "private": false, "files": [ "gitlab-mono/*.{txt,woff2}", "gitlab-sans/*.{txt,woff2}", "jetbrains-mono/*.{txt,woff2}" ], "release": { "branches": [ "main" ], "verifyConditions": [ "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git", "@semantic-release/gitlab" ], "prepare": [ "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git" ], "publish": [ "@semantic-release/npm", "@semantic-release/gitlab" ], "success": false, "fail": false } }