Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
136 changes: 136 additions & 0 deletions packages/font/src/google/font-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1234,6 +1234,11 @@
"styles": ["normal"],
"subsets": ["devanagari", "latin", "latin-ext"]
},
"Asimovian": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin", "latin-ext", "vietnamese"]
},
"Asset": {
"weights": ["400"],
"styles": ["normal"],
Expand Down Expand Up @@ -3004,6 +3009,29 @@
"styles": ["normal"],
"subsets": ["latin", "latin-ext", "malayalam"]
},
"Chiron GoRound TC": {
"weights": [
"200",
"300",
"400",
"500",
"600",
"700",
"800",
"900",
"variable"
],
"styles": ["normal"],
"axes": [
{
"tag": "wght",
"min": 200,
"max": 900,
"defaultValue": 400
}
],
"subsets": ["cyrillic", "cyrillic-ext", "latin", "latin-ext", "vietnamese"]
},
"Chiron Hei HK": {
"weights": [
"200",
Expand Down Expand Up @@ -3408,6 +3436,16 @@
"styles": ["normal"],
"subsets": ["latin", "latin-ext", "vietnamese"]
},
"Cossette Texte": {
"weights": ["400", "700"],
"styles": ["normal"],
"subsets": ["latin", "latin-ext"]
},
"Cossette Titre": {
"weights": ["400", "700"],
"styles": ["normal"],
"subsets": ["latin", "latin-ext"]
},
"Courgette": {
"weights": ["400"],
"styles": ["normal"],
Expand Down Expand Up @@ -4269,6 +4307,32 @@
],
"subsets": ["latin", "latin-ext", "vietnamese"]
},
"Epunda Sans": {
"weights": ["300", "400", "500", "600", "700", "800", "900", "variable"],
"styles": ["normal", "italic"],
"axes": [
{
"tag": "wght",
"min": 300,
"max": 900,
"defaultValue": 400
}
],
"subsets": ["latin", "latin-ext"]
},
"Epunda Slab": {
"weights": ["300", "400", "500", "600", "700", "800", "900", "variable"],
"styles": ["normal", "italic"],
"axes": [
{
"tag": "wght",
"min": 300,
"max": 900,
"defaultValue": 400
}
],
"subsets": ["latin", "latin-ext"]
},
"Erica One": {
"weights": ["400"],
"styles": ["normal"],
Expand Down Expand Up @@ -7351,6 +7415,11 @@
],
"subsets": ["latin", "latin-ext", "vietnamese"]
},
"Libertinus Keyboard": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin", "latin-ext"]
},
"Libertinus Math": {
"weights": ["400"],
"styles": ["normal"],
Expand Down Expand Up @@ -7397,6 +7466,19 @@
"vietnamese"
]
},
"Libertinus Serif Display": {
"weights": ["400"],
"styles": ["normal"],
"subsets": [
"cyrillic",
"cyrillic-ext",
"greek",
"greek-ext",
"latin",
"latin-ext",
"vietnamese"
]
},
"Libre Barcode 128": {
"weights": ["400"],
"styles": ["normal"],
Expand Down Expand Up @@ -15464,6 +15546,11 @@
"styles": ["normal"],
"subsets": ["latin"]
},
"Sirivennela": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin", "telugu"]
},
"Six Caps": {
"weights": ["400"],
"styles": ["normal"],
Expand Down Expand Up @@ -16106,6 +16193,11 @@
"styles": ["normal"],
"subsets": ["latin", "latin-ext"]
},
"Story Script": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin", "latin-ext", "vietnamese"]
},
"Strait": {
"weights": ["400"],
"styles": ["normal"],
Expand Down Expand Up @@ -16209,6 +16301,32 @@
"styles": ["normal"],
"subsets": ["latin", "latin-ext"]
},
"TASA Explorer": {
"weights": ["400", "500", "600", "700", "800", "variable"],
"styles": ["normal"],
"axes": [
{
"tag": "wght",
"min": 400,
"max": 800,
"defaultValue": 400
}
],
"subsets": ["latin", "latin-ext"]
},
"TASA Orbiter": {
"weights": ["400", "500", "600", "700", "800", "variable"],
"styles": ["normal"],
"axes": [
{
"tag": "wght",
"min": 400,
"max": 800,
"defaultValue": 400
}
],
"subsets": ["latin", "latin-ext"]
},
"Tac One": {
"weights": ["400"],
"styles": ["normal"],
Expand Down Expand Up @@ -16540,6 +16658,11 @@
"styles": ["normal", "italic"],
"subsets": ["latin", "latin-ext", "telugu"]
},
"Tirra": {
"weights": ["400", "500", "600", "700", "800", "900"],
"styles": ["normal"],
"subsets": ["latin", "latin-ext", "tifinagh"]
},
"Titan One": {
"weights": ["400"],
"styles": ["normal"],
Expand Down Expand Up @@ -16979,6 +17102,19 @@
],
"subsets": ["arabic", "latin", "latin-ext"]
},
"Vend Sans": {
"weights": ["300", "400", "500", "600", "700", "variable"],
"styles": ["normal", "italic"],
"axes": [
{
"tag": "wght",
"min": 300,
"max": 700,
"defaultValue": 400
}
],
"subsets": ["latin", "latin-ext"]
},
"Vesper Libre": {
"weights": ["400", "500", "700", "900"],
"styles": ["normal"],
Expand Down
Loading
Loading