Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @next/font data #43883

Merged
merged 1 commit into from Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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