Skip to content

Commit

Permalink
update/fonts-data-1702858224883
Browse files Browse the repository at this point in the history
  • Loading branch information
vercel-release-bot committed Dec 18, 2023
1 parent 3951c7b commit f2b6b8d
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 4 deletions.
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

0 comments on commit f2b6b8d

Please sign in to comment.