mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
fix: change default font weight to 400
This commit is contained in:
parent
7daa070311
commit
11947ed68e
|
@ -40,7 +40,7 @@ const defaultTheme: ThemeInterface = {
|
|||
baseFont: {
|
||||
size: '14px',
|
||||
lineHeight: '1.5',
|
||||
weight: '300',
|
||||
weight: '400',
|
||||
family: 'Roboto, sans-serif',
|
||||
smoothing: 'antialiased',
|
||||
optimizeSpeed: true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user