Skip to content

Commit

Permalink
Update @next/font data (#43883)
Browse files Browse the repository at this point in the history
Update @next/font data

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see
[`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR.
- [ ] Related issues linked using `fixes #number`
- [ ]
[e2e](https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs)
tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see
[`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
  • Loading branch information
hanneslund committed Dec 12, 2022
1 parent 50caf8b commit 5cf7408
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 13 deletions.
140 changes: 138 additions & 2 deletions packages/font/src/google/font-data.json
Expand Up @@ -1883,6 +1883,29 @@
}
]
},
"Chivo Mono": {
"weights": [
"100",
"200",
"300",
"400",
"500",
"600",
"700",
"800",
"900",
"variable"
],
"styles": ["normal", "italic"],
"axes": [
{
"tag": "wght",
"min": 100,
"max": 900,
"defaultValue": 400
}
]
},
"Chonburi": {
"weights": ["400"],
"styles": ["normal"]
Expand Down Expand Up @@ -2834,8 +2857,16 @@
"styles": ["normal"]
},
"Frank Ruhl Libre": {
"weights": ["300", "400", "500", "700", "900"],
"styles": ["normal"]
"weights": ["300", "400", "500", "600", "700", "800", "900", "variable"],
"styles": ["normal"],
"axes": [
{
"tag": "wght",
"min": 300,
"max": 900,
"defaultValue": 400
}
]
},
"Fraunces": {
"weights": [
Expand Down Expand Up @@ -3375,6 +3406,29 @@
"weights": ["400"],
"styles": ["normal"]
},
"Hanken Grotesk": {
"weights": [
"100",
"200",
"300",
"400",
"500",
"600",
"700",
"800",
"900",
"variable"
],
"styles": ["normal", "italic"],
"axes": [
{
"tag": "wght",
"min": 100,
"max": 900,
"defaultValue": 400
}
]
},
"Hanuman": {
"weights": ["100", "300", "400", "700", "900"],
"styles": ["normal"]
Expand Down Expand Up @@ -4893,6 +4947,34 @@
"weights": ["200", "300", "400", "600", "700", "800", "900"],
"styles": ["normal"]
},
"Martian Mono": {
"weights": [
"100",
"200",
"300",
"400",
"500",
"600",
"700",
"800",
"variable"
],
"styles": ["normal"],
"axes": [
{
"tag": "wdth",
"min": 75,
"max": 112.5,
"defaultValue": 100
},
{
"tag": "wght",
"min": 100,
"max": 800,
"defaultValue": 400
}
]
},
"Marvel": {
"weights": ["400", "700"],
"styles": ["normal", "italic"]
Expand Down Expand Up @@ -7295,6 +7377,18 @@
"weights": ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
"styles": ["normal"]
},
"Noto Serif NP Hmong": {
"weights": ["400", "500", "600", "700", "variable"],
"styles": ["normal"],
"axes": [
{
"tag": "wght",
"min": 400,
"max": 700,
"defaultValue": 400
}
]
},
"Noto Serif Nyiakeng Puachue Hmong": {
"weights": ["400", "500", "600", "700", "variable"],
"styles": ["normal"],
Expand Down Expand Up @@ -8694,6 +8788,10 @@
}
]
},
"Rubik 80s Fade": {
"weights": ["400"],
"styles": ["normal"]
},
"Rubik Beastly": {
"weights": ["400"],
"styles": ["normal"]
Expand All @@ -8714,6 +8812,10 @@
"weights": ["400"],
"styles": ["normal"]
},
"Rubik Gemstones": {
"weights": ["400"],
"styles": ["normal"]
},
"Rubik Glitch": {
"weights": ["400"],
"styles": ["normal"]
Expand Down Expand Up @@ -8746,6 +8848,18 @@
"weights": ["400"],
"styles": ["normal"]
},
"Rubik Spray Paint": {
"weights": ["400"],
"styles": ["normal"]
},
"Rubik Storm": {
"weights": ["400"],
"styles": ["normal"]
},
"Rubik Vinyl": {
"weights": ["400"],
"styles": ["normal"]
},
"Rubik Wet Paint": {
"weights": ["400"],
"styles": ["normal"]
Expand Down Expand Up @@ -9803,6 +9917,28 @@
"weights": ["400"],
"styles": ["normal"]
},
"Unbounded": {
"weights": [
"200",
"300",
"400",
"500",
"600",
"700",
"800",
"900",
"variable"
],
"styles": ["normal"],
"axes": [
{
"tag": "wght",
"min": 200,
"max": 900,
"defaultValue": 400
}
]
},
"Uncial Antiqua": {
"weights": ["400"],
"styles": ["normal"]
Expand Down

0 comments on commit 5cf7408

Please sign in to comment.