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
134 changes: 131 additions & 3 deletions packages/font/src/google/font-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,19 @@
"styles": ["normal", "italic"],
"subsets": ["latin"]
},
"Amarna": {
"weights": ["100", "200", "300", "400", "500", "600", "700", "variable"],
"styles": ["normal", "italic"],
"axes": [
{
"tag": "wght",
"min": 100,
"max": 700,
"defaultValue": 400
}
],
"subsets": ["latin", "latin-ext"]
},
"Amatic SC": {
"weights": ["400", "700"],
"styles": ["normal"],
Expand Down Expand Up @@ -1418,17 +1431,17 @@
"styles": ["normal", "italic"],
"subsets": ["latin"]
},
"BBH Sans Bartle": {
"BBH Bartle": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin"]
},
"BBH Sans Bogle": {
"BBH Bogle": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin"]
},
"BBH Sans Hegarty": {
"BBH Hegarty": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin"]
Expand Down Expand Up @@ -3410,6 +3423,30 @@
"vietnamese"
]
},
"Cause": {
"weights": [
"100",
"200",
"300",
"400",
"500",
"600",
"700",
"800",
"900",
"variable"
],
"styles": ["normal"],
"axes": [
{
"tag": "wght",
"min": 100,
"max": 900,
"defaultValue": 400
}
],
"subsets": ["latin", "latin-ext"]
},
"Caveat": {
"weights": ["400", "500", "600", "700", "variable"],
"styles": ["normal"],
Expand Down Expand Up @@ -5722,6 +5759,19 @@
"vietnamese"
]
},
"Geom": {
"weights": ["300", "400", "500", "600", "700", "800", "900", "variable"],
"styles": ["normal", "italic"],
"axes": [
{
"tag": "wght",
"min": 300,
"max": 900,
"defaultValue": 400
}
],
"subsets": ["greek", "latin", "latin-ext"]
},
"Georama": {
"weights": [
"100",
Expand Down Expand Up @@ -5898,6 +5948,57 @@
],
"subsets": ["cyrillic", "cyrillic-ext", "latin", "latin-ext"]
},
"Google Sans": {
"weights": ["400", "500", "600", "700", "variable"],
"styles": ["normal", "italic"],
"axes": [
{
"tag": "GRAD",
"min": -50,
"max": 200,
"defaultValue": 0
},
{
"tag": "opsz",
"min": 17,
"max": 18,
"defaultValue": 18
},
{
"tag": "wght",
"min": 400,
"max": 700,
"defaultValue": 400
}
],
"subsets": [
"armenian",
"bengali",
"canadian-aboriginal",
"cyrillic",
"cyrillic-ext",
"devanagari",
"ethiopic",
"georgian",
"greek",
"greek-ext",
"gujarati",
"gurmukhi",
"hebrew",
"khmer",
"lao",
"latin",
"latin-ext",
"malayalam",
"oriya",
"sinhala",
"symbols",
"tamil",
"telugu",
"thai",
"vietnamese"
]
},
"Google Sans Code": {
"weights": ["300", "400", "500", "600", "700", "800", "variable"],
"styles": ["normal", "italic"],
Expand Down Expand Up @@ -5925,6 +6026,7 @@
},
"Google Sans Flex": {
"weights": [
"1",
"100",
"200",
"300",
Expand Down Expand Up @@ -8211,6 +8313,27 @@
"styles": ["normal"],
"subsets": ["latin", "latin-ext"]
},
"Lilex": {
"weights": ["100", "200", "300", "400", "500", "600", "700", "variable"],
"styles": ["normal", "italic"],
"axes": [
{
"tag": "wght",
"min": 100,
"max": 700,
"defaultValue": 400
}
],
"subsets": [
"cyrillic",
"cyrillic-ext",
"greek",
"latin",
"latin-ext",
"symbols2",
"vietnamese"
]
},
"Lilita One": {
"weights": ["400"],
"styles": ["normal"],
Expand Down Expand Up @@ -16083,6 +16206,11 @@
"styles": ["normal"],
"subsets": ["latin", "latin-ext", "vietnamese"]
},
"Sekuya": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin", "latin-ext"]
},
"Sen": {
"weights": ["400", "500", "600", "700", "800", "variable"],
"styles": ["normal"],
Expand Down
Loading
Loading