diff --git a/docs/app/assets/css/docs.css b/docs/app/assets/css/docs.css index 42c8e9b4..ed7c6f6c 100644 --- a/docs/app/assets/css/docs.css +++ b/docs/app/assets/css/docs.css @@ -1,16 +1,16 @@ body { font-family: 'Roboto', sans-serif; - font-size: 16px; + font-size: 85%; font-weight: 400; } h1 { - font-size: 40px; + font-size: 225%; font-weight: 400; } h2 { - font-size: 24px; + font-size: 185%; font-weight: 400; }