diff --git a/remarkbox_theme_meta/static/theme/meta/css/meta.css b/remarkbox_theme_meta/static/theme/meta/css/meta.css index 2b7f274..c299a9b 100644 --- a/remarkbox_theme_meta/static/theme/meta/css/meta.css +++ b/remarkbox_theme_meta/static/theme/meta/css/meta.css @@ -11,6 +11,7 @@ h1, h2, h3, h4, h5, h6 { padding-top: 2rem; + font-weight: 500; } a, a:link, a:visited, @@ -51,6 +52,10 @@ a.anchor { body { background-color: #f8f5f5; overflow-x: hidden; + font-family: "Open Sans", sans-serif; + font-size: 1.8em; + line-height: 1.8; + font-weight: 400; } blockquote {