Skip to content

Commit 100e9af

Browse files
committed
update/fonts-data-1771460495294
1 parent 5563b4d commit 100e9af

File tree

2 files changed

+119
-0
lines changed

2 files changed

+119
-0
lines changed

packages/font/src/google/font-data.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,6 +1841,26 @@
18411841
],
18421842
"subsets": ["latin", "latin-ext"]
18431843
},
1844+
"Betania Patmos": {
1845+
"weights": ["400"],
1846+
"styles": ["normal"],
1847+
"subsets": ["latin", "latin-ext"]
1848+
},
1849+
"Betania Patmos GDL": {
1850+
"weights": ["400"],
1851+
"styles": ["normal"],
1852+
"subsets": ["latin", "latin-ext"]
1853+
},
1854+
"Betania Patmos In": {
1855+
"weights": ["400"],
1856+
"styles": ["normal"],
1857+
"subsets": ["latin", "latin-ext"]
1858+
},
1859+
"Betania Patmos In GDL": {
1860+
"weights": ["400"],
1861+
"styles": ["normal"],
1862+
"subsets": ["latin", "latin-ext"]
1863+
},
18441864
"Beth Ellen": {
18451865
"weights": ["400"],
18461866
"styles": ["normal"],
@@ -6264,6 +6284,11 @@
62646284
"styles": ["normal"],
62656285
"subsets": ["latin", "latin-ext", "telugu"]
62666286
},
6287+
"Gveret Levin": {
6288+
"weights": ["400"],
6289+
"styles": ["normal"],
6290+
"subsets": ["hebrew", "latin"]
6291+
},
62676292
"Gwendolyn": {
62686293
"weights": ["400", "700"],
62696294
"styles": ["normal"],
@@ -6799,6 +6824,11 @@
67996824
"styles": ["normal"],
68006825
"subsets": ["latin"]
68016826
},
6827+
"Idiqlat": {
6828+
"weights": ["200", "300", "400"],
6829+
"styles": ["normal"],
6830+
"subsets": ["latin", "syriac"]
6831+
},
68026832
"Imbue": {
68036833
"weights": [
68046834
"100",
@@ -14956,6 +14986,11 @@
1495614986
"styles": ["normal"],
1495714987
"subsets": ["cyrillic", "latin", "latin-ext"]
1495814988
},
14989+
"Ramsina": {
14990+
"weights": ["400"],
14991+
"styles": ["normal"],
14992+
"subsets": ["latin", "syriac"]
14993+
},
1495914994
"Ranchers": {
1496014995
"weights": ["400"],
1496114996
"styles": ["normal"],

packages/font/src/google/index.ts

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3110,6 +3110,54 @@ export declare function Besley<
31103110
adjustFontFallback?: boolean
31113111
subsets?: Array<'latin' | 'latin-ext'>
31123112
}): T extends undefined ? NextFont : NextFontWithVariable
3113+
export declare function Betania_Patmos<
3114+
T extends CssVariable | undefined = undefined,
3115+
>(options: {
3116+
weight: '400' | Array<'400'>
3117+
style?: 'normal' | Array<'normal'>
3118+
display?: Display
3119+
variable?: T
3120+
preload?: boolean
3121+
fallback?: string[]
3122+
adjustFontFallback?: boolean
3123+
subsets?: Array<'latin' | 'latin-ext'>
3124+
}): T extends undefined ? NextFont : NextFontWithVariable
3125+
export declare function Betania_Patmos_GDL<
3126+
T extends CssVariable | undefined = undefined,
3127+
>(options: {
3128+
weight: '400' | Array<'400'>
3129+
style?: 'normal' | Array<'normal'>
3130+
display?: Display
3131+
variable?: T
3132+
preload?: boolean
3133+
fallback?: string[]
3134+
adjustFontFallback?: boolean
3135+
subsets?: Array<'latin' | 'latin-ext'>
3136+
}): T extends undefined ? NextFont : NextFontWithVariable
3137+
export declare function Betania_Patmos_In<
3138+
T extends CssVariable | undefined = undefined,
3139+
>(options: {
3140+
weight: '400' | Array<'400'>
3141+
style?: 'normal' | Array<'normal'>
3142+
display?: Display
3143+
variable?: T
3144+
preload?: boolean
3145+
fallback?: string[]
3146+
adjustFontFallback?: boolean
3147+
subsets?: Array<'latin' | 'latin-ext'>
3148+
}): T extends undefined ? NextFont : NextFontWithVariable
3149+
export declare function Betania_Patmos_In_GDL<
3150+
T extends CssVariable | undefined = undefined,
3151+
>(options: {
3152+
weight: '400' | Array<'400'>
3153+
style?: 'normal' | Array<'normal'>
3154+
display?: Display
3155+
variable?: T
3156+
preload?: boolean
3157+
fallback?: string[]
3158+
adjustFontFallback?: boolean
3159+
subsets?: Array<'latin' | 'latin-ext'>
3160+
}): T extends undefined ? NextFont : NextFontWithVariable
31133161
export declare function Beth_Ellen<
31143162
T extends CssVariable | undefined = undefined,
31153163
>(options: {
@@ -9572,6 +9620,18 @@ export declare function Gurajada<
95729620
adjustFontFallback?: boolean
95739621
subsets?: Array<'latin' | 'latin-ext' | 'telugu'>
95749622
}): T extends undefined ? NextFont : NextFontWithVariable
9623+
export declare function Gveret_Levin<
9624+
T extends CssVariable | undefined = undefined,
9625+
>(options: {
9626+
weight: '400' | Array<'400'>
9627+
style?: 'normal' | Array<'normal'>
9628+
display?: Display
9629+
variable?: T
9630+
preload?: boolean
9631+
fallback?: string[]
9632+
adjustFontFallback?: boolean
9633+
subsets?: Array<'hebrew' | 'latin'>
9634+
}): T extends undefined ? NextFont : NextFontWithVariable
95759635
export declare function Gwendolyn<
95769636
T extends CssVariable | undefined = undefined,
95779637
>(options: {
@@ -10592,6 +10652,18 @@ export declare function Iceland<
1059210652
adjustFontFallback?: boolean
1059310653
subsets?: Array<'latin'>
1059410654
}): T extends undefined ? NextFont : NextFontWithVariable
10655+
export declare function Idiqlat<
10656+
T extends CssVariable | undefined = undefined,
10657+
>(options: {
10658+
weight: '200' | '300' | '400' | Array<'200' | '300' | '400'>
10659+
style?: 'normal' | Array<'normal'>
10660+
display?: Display
10661+
variable?: T
10662+
preload?: boolean
10663+
fallback?: string[]
10664+
adjustFontFallback?: boolean
10665+
subsets?: Array<'latin' | 'syriac'>
10666+
}): T extends undefined ? NextFont : NextFontWithVariable
1059510667
export declare function Imbue<
1059610668
T extends CssVariable | undefined = undefined,
1059710669
>(options?: {
@@ -23557,6 +23629,18 @@ export declare function Rampart_One<
2355723629
adjustFontFallback?: boolean
2355823630
subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'>
2355923631
}): T extends undefined ? NextFont : NextFontWithVariable
23632+
export declare function Ramsina<
23633+
T extends CssVariable | undefined = undefined,
23634+
>(options: {
23635+
weight: '400' | Array<'400'>
23636+
style?: 'normal' | Array<'normal'>
23637+
display?: Display
23638+
variable?: T
23639+
preload?: boolean
23640+
fallback?: string[]
23641+
adjustFontFallback?: boolean
23642+
subsets?: Array<'latin' | 'syriac'>
23643+
}): T extends undefined ? NextFont : NextFontWithVariable
2356023644
export declare function Ranchers<
2356123645
T extends CssVariable | undefined = undefined,
2356223646
>(options: {

0 commit comments

Comments
 (0)