aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/utils/typography.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-docs/src/utils/typography.js')
-rw-r--r--server/sonar-docs/src/utils/typography.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/server/sonar-docs/src/utils/typography.js b/server/sonar-docs/src/utils/typography.js
index f439c6fe2e6..8dd671b42b7 100644
--- a/server/sonar-docs/src/utils/typography.js
+++ b/server/sonar-docs/src/utils/typography.js
@@ -24,10 +24,10 @@ const fontFamily = 'Roboto';
const typography = new Typography({
bodyFontFamily: [fontFamily, 'serif'],
headerFontFamily: [fontFamily, 'serif'],
- baseFontSize: '18px',
- bodyWeight: '300',
- headerWeight: '300',
- googleFonts: [{ name: fontFamily, styles: ['300,700'] }],
+ baseFontSize: '15px',
+ bodyWeight: '400',
+ headerWeight: '400',
+ googleFonts: [{ name: fontFamily, styles: ['400,700'] }],
overrideStyles: () => ({
a: {
color: '#439ccd'