@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
78
78
< code > < a href ="#close "> close()</ a > </ code > </ p >
79
79
< p class ="firstline "> Close httplib2 connections.</ p >
80
80
< p class ="toc_element ">
81
- < code > < a href ="#list "> list(capability=None, family=None, sort=None, subset=None, x__xgafv=None)</ a > </ code > </ p >
81
+ < code > < a href ="#list "> list(capability=None, category=None, family=None, sort=None, subset=None, x__xgafv=None)</ a > </ code > </ p >
82
82
< p class ="firstline "> Retrieves the list of fonts currently served by the Google Fonts Developer API.</ p >
83
83
< h3 > Method Details</ h3 >
84
84
< div class ="method ">
@@ -87,7 +87,7 @@ <h3>Method Details</h3>
87
87
</ div >
88
88
89
89
< div class ="method ">
90
- < code class ="details " id ="list "> list(capability=None, family=None, sort=None, subset=None, x__xgafv=None)</ code >
90
+ < code class ="details " id ="list "> list(capability=None, category=None, family=None, sort=None, subset=None, x__xgafv=None)</ code >
91
91
< pre > Retrieves the list of fonts currently served by the Google Fonts Developer API.
92
92
93
93
Args:
@@ -96,6 +96,7 @@ <h3>Method Details</h3>
96
96
CAPABILITY_UNSPECIFIED - Default means static ttf fonts.
97
97
WOFF2 - Use WOFF2(Compressed)instead of ttf.
98
98
VF - Prefer variable font files instead of static fonts instantiated at standard weights.
99
+ category: string, Filters by Webfont.category, if category is found in Webfont.categories. If not set, returns all families.
99
100
family: string, Filters by Webfont.family, using literal match. If not set, returns all families (repeated)
100
101
sort: string, Enables sorting of the list.
101
102
Allowed values
0 commit comments