diff --git a/packages/core/src/theme/BackstageTheme.js b/packages/core/src/theme/BackstageTheme.js index 6746ab6084..0a7d64a903 100644 --- a/packages/core/src/theme/BackstageTheme.js +++ b/packages/core/src/theme/BackstageTheme.js @@ -73,6 +73,29 @@ const extendedThemeConfig = { }, typography: { fontFamily: '"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif', + h5: { + fontWeight: 700, + }, + h4: { + fontWeight: 700, + fontSize: 28, + marginBottom: 6, + }, + h3: { + fontSize: 32, + fontWeight: 700, + marginBottom: 6, + }, + h2: { + fontSize: 40, + fontWeight: 700, + marginBottom: 8, + }, + h1: { + fontSize: 54, + fontWeight: 700, + marginBottom: 10, + }, }, }; diff --git a/plugins/home-page/src/components/HomePage/HomePage.tsx b/plugins/home-page/src/components/HomePage/HomePage.tsx index d64592a347..9bd9759eca 100644 --- a/plugins/home-page/src/components/HomePage/HomePage.tsx +++ b/plugins/home-page/src/components/HomePage/HomePage.tsx @@ -60,9 +60,7 @@ const HomePage: FC<{}> = () => { - - Things you own - + Things you own diff --git a/plugins/home-page/src/components/HomePage/SquadTechHealth.tsx b/plugins/home-page/src/components/HomePage/SquadTechHealth.tsx index e13a4e805f..16083de6bd 100644 --- a/plugins/home-page/src/components/HomePage/SquadTechHealth.tsx +++ b/plugins/home-page/src/components/HomePage/SquadTechHealth.tsx @@ -6,9 +6,7 @@ import { HorizontalScrollGrid, ProgressCard } from '@spotify-backstage/core'; const SquadTechHealth: FC<{}> = () => { return ( <> - - Team Metrics - + Team Metrics