Skip to content

Commit

Permalink
WDSUS-2 - Update theme fonts to fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
khleomix committed Sep 4, 2023
1 parent c84435a commit 754f539
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 10 deletions.
Binary file added src/fonts/inter/Inter-Black.woff2
Binary file not shown.
Binary file added src/fonts/inter/Inter-Bold.woff2
Binary file not shown.
Binary file added src/fonts/inter/Inter-Light.woff2
Binary file not shown.
Binary file added src/fonts/inter/Inter-Regular.woff2
Binary file not shown.
Binary file removed src/fonts/inter/Inter.var.woff2
Binary file not shown.
43 changes: 33 additions & 10 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,47 @@
"fontFamilies": [
{
"fontFamily": "Inter, sans-serif",
"name": "Body",
"slug": "body",
"name": "Headline",
"slug": "headline",
"fontFace": [
{
"fontFamily": "Inter",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "300 400 700 900",
"fontWeight": "300",
"src": [
"file:./src/fonts/inter/Inter.var.woff2"
"file:./src/fonts/inter/Inter-Light.woff2"
]
},
{
"fontFamily": "Inter",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./src/fonts/inter/Inter-Regular.woff2"
]
},
{
"fontFamily": "Inter",
"fontStyle": "normal",
"fontWeight": "700",
"src": [
"file:./src/fonts/inter/Inter-Bold.woff2"
]
},
{
"fontFamily": "Inter",
"fontStyle": "normal",
"fontWeight": "900",
"src": [
"file:./src/fonts/inter/Inter-Black.woff2"
]
}
]
},
{
"fontFamily": "Oxygen, sans-serif",
"name": "Headline",
"slug": "headline",
"name": "Body",
"slug": "body",
"fontFace": [
{
"fontFamily": "Oxygen",
Expand Down Expand Up @@ -136,10 +159,10 @@
},
{
"fluid": {
"min": "4rem",
"max": "7rem"
"min": "2.25rem",
"max": "4rem"
},
"size": "7rem",
"size": "4rem",
"slug": "xx-large",
"name": "XX Large"
}
Expand Down

0 comments on commit 754f539

Please sign in to comment.