mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-23 00:56:33 +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: {
|
baseFont: {
|
||||||
size: '14px',
|
size: '14px',
|
||||||
lineHeight: '1.5',
|
lineHeight: '1.5',
|
||||||
weight: '300',
|
weight: '400',
|
||||||
family: 'Roboto, sans-serif',
|
family: 'Roboto, sans-serif',
|
||||||
smoothing: 'antialiased',
|
smoothing: 'antialiased',
|
||||||
optimizeSpeed: true,
|
optimizeSpeed: true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user