Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 0ba81ab

Browse files
committed
Font fix's
1 parent ea1c3cb commit 0ba81ab

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/components/AllAppsMenu/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535

3636
.all-apps-menu-list-title {
37-
font-family: 'Barlow Condensed', sans-serif !important;
37+
font-family: "Roboto", Arial, Helvetica, sans-serif !important;
3838
font-weight: 500;
3939
font-size: 18px;
4040
line-height: 15px;

src/components/MainMenu/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
.main-menu-title {
8181
margin-top: 0;
82-
font-family: 'Barlow Condensed', sans-serif;
82+
font-family: "Roboto", Arial, Helvetica, sans-serif;
8383
font-weight: 500;
8484
font-size: 22px;
8585
text-align: left;

src/components/Menu/styles.css

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.menu-submenu {
33
margin: 0;
44
padding: 0;
5+
font-family: "Roboto", Arial, Helvetica, sans-serif;
56
}
67

78
.menu > li,

src/components/NavBar/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
.navbar-app-title {
19-
font-family: 'Barlow Condensed', sans-serif;;
19+
font-family: "Roboto", Arial, Helvetica, sans-serif;
2020
font-weight: 500;
2121
font-weight: normal;
2222
text-transform: uppercase;

0 commit comments

Comments
 (0)