Skip to content

Commit

Permalink
Merge pull request #921 from ProvableHQ/mwong/deploy-changes
Browse files Browse the repository at this point in the history
SDK: Font family changes for homepage, privacy policy, terms
  • Loading branch information
michellewong793 committed Aug 20, 2024
2 parents 83811b1 + d8a9322 commit ef320bd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion website/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ input[type="text"]:disabled {

@font-face {
font-family: "AleoSans";
src: url("/assets/fonts/AleofontSans-Regular.otf") format("opentype");
src: url("../public/AleofontSans-Regular.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/Homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

.arrow {
font-family: Arial, Helvetica, sans-serif;
font-family: "AleoSans";
}

.headerContainer {
Expand Down Expand Up @@ -151,7 +151,7 @@ a:nth-child(3) {

@font-face {
font-family: "AleoSans";
src: url("/assets/fonts/AleofontSans-Regular.otf") format("opentype");
src: url("../../public/AleofontSans-Regular.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/PrivacyPolicy.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
font-family: Arial, sans-serif;
font-family:'AleoSans';
line-height: 1.6;
margin: 20px;
}
Expand Down
File renamed without changes.

0 comments on commit ef320bd

Please sign in to comment.