Skip to content

Commit

Permalink
font delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Feb 20, 2024
1 parent aae1d0f commit 1ef9506
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Binary file removed cdn/font/raleway-regular.woff
Binary file not shown.
3 changes: 1 addition & 2 deletions src/checkout/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

@font-face {
font-family: "Raleway";
src: url("../cdn/font/Raleway-Regular.woff2") format("woff2"),
url("../cdn/font/Raleway-Regular.woff") format("woff");
src: url("/cdn/font/raleway-regular.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
Expand Down
4 changes: 2 additions & 2 deletions src/explore/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
@font-face {
font-family: "Raleway";
src:
url("../cdn/font/Raleway-Regular.woff2") format("woff2"),
url("../cdn/font/Raleway-Regular.woff") format("woff");
url("/cdn/font/raleway-regular.woff2") format("woff2"),
url("/cdn/font/raleway-regular.woff") format("woff");
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 1ef9506

Please sign in to comment.