Skip to content

Commit ef320bd

Browse files
Merge pull request #921 from ProvableHQ/mwong/deploy-changes
SDK: Font family changes for homepage, privacy policy, terms
2 parents 83811b1 + d8a9322 commit ef320bd

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.

website/src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ input[type="text"]:disabled {
99

1010
@font-face {
1111
font-family: "AleoSans";
12-
src: url("/assets/fonts/AleofontSans-Regular.otf") format("opentype");
12+
src: url("../public/AleofontSans-Regular.otf") format("opentype");
1313
font-weight: normal;
1414
font-style: normal;
1515
}

website/src/pages/Homepage.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
.arrow {
26-
font-family: Arial, Helvetica, sans-serif;
26+
font-family: "AleoSans";
2727
}
2828

2929
.headerContainer {
@@ -151,7 +151,7 @@ a:nth-child(3) {
151151

152152
@font-face {
153153
font-family: "AleoSans";
154-
src: url("/assets/fonts/AleofontSans-Regular.otf") format("opentype");
154+
src: url("../../public/AleofontSans-Regular.otf") format("opentype");
155155
font-weight: normal;
156156
font-style: normal;
157157
}

website/src/pages/PrivacyPolicy.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
font-family: Arial, sans-serif;
2+
font-family:'AleoSans';
33
line-height: 1.6;
44
margin: 20px;
55
}
File renamed without changes.

0 commit comments

Comments
 (0)