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

Fix fonts #15

Merged
merged 3 commits into from
Feb 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/AllAppsMenu/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

.all-apps-menu-list-title {
font-family: 'Barlow Condensed', sans-serif !important;
font-family: "Roboto", Arial, Helvetica, sans-serif !important;
font-weight: 500;
font-size: 18px;
line-height: 15px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/MainMenu/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

.main-menu-title {
margin-top: 0;
font-family: 'Barlow Condensed', sans-serif;
font-family: "Roboto", Arial, Helvetica, sans-serif;
font-weight: 500;
font-size: 22px;
text-align: left;
Expand Down
1 change: 1 addition & 0 deletions src/components/Menu/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.menu-submenu {
margin: 0;
padding: 0;
font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.menu > li,
Expand Down
4 changes: 3 additions & 1 deletion src/components/NavBar/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@
padding-right: 16px;
position: relative;
z-index: 1;
font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.navbar-left {
display: flex;
flex-direction: row;
align-items: center;
}

.navbar-app-title {
font-family: 'Barlow Condensed', sans-serif;;
font-family: "Roboto", Arial, Helvetica, sans-serif;
font-weight: 500;
font-weight: normal;
text-transform: uppercase;
Expand Down
2 changes: 1 addition & 1 deletion src/constants/apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export const APP_CATEGORIES = [
menu: [],
},
{
title: "Model",
title: "Documentation",
icon: appReactIcon,
path: "/model",
menu: [],
Expand Down