diff --git a/style.css b/style.css index 2df7db6..ac68d50 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,4 @@ -@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap"); +@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap"); body { font-family: "Roboto", sans-serif; @@ -34,6 +34,10 @@ li { list-style-type: none; } +.depth-0 { + font-weight: 500; +} + .depth-2 { padding-left: 20pt; } @@ -47,7 +51,7 @@ li { } .glossary dt { - font-weight: bold; + font-weight: 500; } .glossary dd {