Skip to content

Commit d8a9322

Browse files
fix fonts
1 parent 6ce4e06 commit d8a9322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/src/pages/Homepage.css

Lines changed: 1 addition & 1 deletion
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 {

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
}

0 commit comments

Comments
 (0)