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

Commit 20ef1bb

Browse files
authored
Merge pull request #15 from topcoder-platform/dev
Fix fonts
2 parents 338e3b8 + 20b2266 commit 20ef1bb

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
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

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@
88
padding-right: 16px;
99
position: relative;
1010
z-index: 1;
11+
font-family: "Roboto", Arial, Helvetica, sans-serif;
1112
}
13+
1214
.navbar-left {
1315
display: flex;
1416
flex-direction: row;
1517
align-items: center;
1618
}
1719

1820
.navbar-app-title {
19-
font-family: 'Barlow Condensed', sans-serif;;
21+
font-family: "Roboto", Arial, Helvetica, sans-serif;
2022
font-weight: 500;
2123
font-weight: normal;
2224
text-transform: uppercase;

src/constants/apps.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export const APP_CATEGORIES = [
278278
menu: [],
279279
},
280280
{
281-
title: "Model",
281+
title: "Documentation",
282282
icon: appReactIcon,
283283
path: "/model",
284284
menu: [],

0 commit comments

Comments
 (0)