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 font data #59722

Merged
merged 1 commit into from
Dec 18, 2023
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
84 changes: 82 additions & 2 deletions packages/font/src/google/font-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,12 +346,12 @@
"Alike": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin"]
"subsets": ["latin", "latin-ext", "math", "symbols"]
},
"Alike Angular": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin"]
"subsets": ["latin", "latin-ext", "math", "symbols"]
},
"Alkalami": {
"weights": ["400"],
Expand Down Expand Up @@ -10141,6 +10141,8 @@
"hebrew",
"latin",
"latin-ext",
"math",
"symbols",
"vietnamese"
]
},
Expand Down Expand Up @@ -11666,6 +11668,19 @@
"styles": ["normal"],
"subsets": ["cyrillic", "cyrillic-ext", "hebrew", "latin", "latin-ext"]
},
"Rubik Broken Fax": {
"weights": ["400"],
"styles": ["normal"],
"subsets": [
"cyrillic",
"cyrillic-ext",
"hebrew",
"latin",
"latin-ext",
"math",
"symbols"
]
},
"Rubik Bubbles": {
"weights": ["400"],
"styles": ["normal"],
Expand All @@ -11686,6 +11701,32 @@
"styles": ["normal"],
"subsets": ["cyrillic", "cyrillic-ext", "hebrew", "latin", "latin-ext"]
},
"Rubik Doodle Shadow": {
"weights": ["400"],
"styles": ["normal"],
"subsets": [
"cyrillic",
"cyrillic-ext",
"hebrew",
"latin",
"latin-ext",
"math",
"symbols"
]
},
"Rubik Doodle Triangles": {
"weights": ["400"],
"styles": ["normal"],
"subsets": [
"cyrillic",
"cyrillic-ext",
"hebrew",
"latin",
"latin-ext",
"math",
"symbols"
]
},
"Rubik Gemstones": {
"weights": ["400"],
"styles": ["normal"],
Expand All @@ -11701,6 +11742,32 @@
"styles": ["normal"],
"subsets": ["cyrillic", "cyrillic-ext", "hebrew", "latin", "latin-ext"]
},
"Rubik Lines": {
"weights": ["400"],
"styles": ["normal"],
"subsets": [
"cyrillic",
"cyrillic-ext",
"hebrew",
"latin",
"latin-ext",
"math",
"symbols"
]
},
"Rubik Maps": {
"weights": ["400"],
"styles": ["normal"],
"subsets": [
"cyrillic",
"cyrillic-ext",
"hebrew",
"latin",
"latin-ext",
"math",
"symbols"
]
},
"Rubik Marker Hatch": {
"weights": ["400"],
"styles": ["normal"],
Expand Down Expand Up @@ -11736,6 +11803,19 @@
"styles": ["normal"],
"subsets": ["cyrillic", "cyrillic-ext", "hebrew", "latin", "latin-ext"]
},
"Rubik Scribble": {
"weights": ["400"],
"styles": ["normal"],
"subsets": [
"cyrillic",
"cyrillic-ext",
"hebrew",
"latin",
"latin-ext",
"math",
"symbols"
]
},
"Rubik Spray Paint": {
"weights": ["400"],
"styles": ["normal"],
Expand Down
126 changes: 124 additions & 2 deletions packages/font/src/google/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ export declare function Alike<
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<'latin'>
subsets?: Array<'latin' | 'latin-ext' | 'math' | 'symbols'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Alike_Angular<
T extends CssVariable | undefined = undefined
Expand All @@ -623,7 +623,7 @@ export declare function Alike_Angular<
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<'latin'>
subsets?: Array<'latin' | 'latin-ext' | 'math' | 'symbols'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Alkalami<
T extends CssVariable | undefined = undefined
Expand Down Expand Up @@ -17205,6 +17205,8 @@ export declare function Open_Sans<
| 'hebrew'
| 'latin'
| 'latin-ext'
| 'math'
| 'symbols'
| 'vietnamese'
>
axes?: 'wdth'[]
Expand Down Expand Up @@ -19712,6 +19714,26 @@ export declare function Rubik_Beastly<
'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Rubik_Broken_Fax<
T extends CssVariable | undefined = undefined
>(options: {
weight: '400' | Array<'400'>
style?: 'normal' | Array<'normal'>
display?: Display
variable?: T
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<
| 'cyrillic'
| 'cyrillic-ext'
| 'hebrew'
| 'latin'
| 'latin-ext'
| 'math'
| 'symbols'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Rubik_Bubbles<
T extends CssVariable | undefined = undefined
>(options: {
Expand Down Expand Up @@ -19768,6 +19790,46 @@ export declare function Rubik_Distressed<
'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Rubik_Doodle_Shadow<
T extends CssVariable | undefined = undefined
>(options: {
weight: '400' | Array<'400'>
style?: 'normal' | Array<'normal'>
display?: Display
variable?: T
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<
| 'cyrillic'
| 'cyrillic-ext'
| 'hebrew'
| 'latin'
| 'latin-ext'
| 'math'
| 'symbols'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Rubik_Doodle_Triangles<
T extends CssVariable | undefined = undefined
>(options: {
weight: '400' | Array<'400'>
style?: 'normal' | Array<'normal'>
display?: Display
variable?: T
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<
| 'cyrillic'
| 'cyrillic-ext'
| 'hebrew'
| 'latin'
| 'latin-ext'
| 'math'
| 'symbols'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Rubik_Gemstones<
T extends CssVariable | undefined = undefined
>(options: {
Expand Down Expand Up @@ -19810,6 +19872,46 @@ export declare function Rubik_Iso<
'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Rubik_Lines<
T extends CssVariable | undefined = undefined
>(options: {
weight: '400' | Array<'400'>
style?: 'normal' | Array<'normal'>
display?: Display
variable?: T
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<
| 'cyrillic'
| 'cyrillic-ext'
| 'hebrew'
| 'latin'
| 'latin-ext'
| 'math'
| 'symbols'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Rubik_Maps<
T extends CssVariable | undefined = undefined
>(options: {
weight: '400' | Array<'400'>
style?: 'normal' | Array<'normal'>
display?: Display
variable?: T
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<
| 'cyrillic'
| 'cyrillic-ext'
| 'hebrew'
| 'latin'
| 'latin-ext'
| 'math'
| 'symbols'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Rubik_Marker_Hatch<
T extends CssVariable | undefined = undefined
>(options: {
Expand Down Expand Up @@ -19906,6 +20008,26 @@ export declare function Rubik_Puddles<
'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Rubik_Scribble<
T extends CssVariable | undefined = undefined
>(options: {
weight: '400' | Array<'400'>
style?: 'normal' | Array<'normal'>
display?: Display
variable?: T
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<
| 'cyrillic'
| 'cyrillic-ext'
| 'hebrew'
| 'latin'
| 'latin-ext'
| 'math'
| 'symbols'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Rubik_Spray_Paint<
T extends CssVariable | undefined = undefined
>(options: {
Expand Down