Skip to content

Commit 622b516

Browse files
Setting default font to Arial
1 parent 84b9c55 commit 622b516

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/styles/override.scss

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
// }
1515
// }
1616

17+
// Set font family to Arial for all elements
18+
* {
19+
font-family: Arial, Helvetica, sans-serif;
20+
}
21+
22+
1723
.home {
1824
img {
1925
width: 148px;

0 commit comments

Comments
 (0)