Skip to content

Commit

Permalink
Update Control API styling to modern
Browse files Browse the repository at this point in the history
  • Loading branch information
aralovelace committed Aug 29, 2024
1 parent c4582dc commit 72498ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Redoc/Loader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ export const Loader = ({ specUrl }: { specUrl: string }) => {
},
typography: {
fontSize: '1rem',
fontFamily: 'NEXT Book, Arial, Helvetica, sans-serif',
fontFamily: 'Manrope,ui-sans-serif,system-ui',
fontWeightRegular: 300,
fontWeightBold: 500,
headings: {
fontFamily: 'NEXT Book, Arial, Helvetica, sans-serif',
fontFamily: 'Manrope,ui-sans-serif,system-ui',
fontWeight: 500,
},
links: {
Expand All @@ -28,9 +28,9 @@ export const Loader = ({ specUrl }: { specUrl: string }) => {
visited: '#4887c2', // gui-visited
},
code: {
fontSize: '0.875rem',
fontSize: '0.81rem',
fontWeight: 400,
fontFamily: 'JetBrains Mono',
fontFamily: 'JetBrains Mono,ui-monospace',
},
},
sidebar: {
Expand Down

0 comments on commit 72498ea

Please sign in to comment.