Skip to content

Commit

Permalink
remove paid font from MIT spp - see #128
Browse files Browse the repository at this point in the history
  • Loading branch information
Simply007 committed Feb 28, 2022
1 parent 52b0a29 commit 76beb75
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 26 deletions.
24 changes: 0 additions & 24 deletions DancingGoat/Styles/admin/fonts.less
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
@font-face {
font-family: "GT Walsheim Pro";
font-style: normal;
font-weight: 400;
src: url("/fonts/GT-Walsheim-Regular.woff2") format("woff2");
font-display: swap;
}

@font-face {
font-family: "GT Walsheim Pro";
font-style: normal;
font-weight: 500;
font-display: swap;
src: url("/fonts/GT-Walsheim-Medium.woff2") format("woff2");
}

@font-face {
font-family: "GT Walsheim Pro";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("/fonts/GT-Walsheim-Bold.woff2") format("woff2");
}

@font-face {
font-family: "Inter";
font-style: normal;
Expand Down
2 changes: 1 addition & 1 deletion DancingGoat/Styles/admin/tokens/quarks/font-family.less
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@font-family-product-primary: "GT Walsheim Pro", sans-serif;
@font-family-product-primary: helvetica, arial, sans-serif;
@font-family-product-secondary: Inter, sans-serif;
264 changes: 263 additions & 1 deletion DancingGoat/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76beb75

Please sign in to comment.