From 0f4238c2ed7242cdb136b4fd25dc9b9df1ea6277 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 17 Jun 2018 11:54:13 +0200 Subject: [PATCH] css: use concrete font weight value. I'm using semibold version of Source Sans Pro, which is 600, not 800. --- css/m-dark+doxygen.compiled.css | 6 +++--- css/m-dark.compiled.css | 6 +++--- css/m-theme-dark.css | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/css/m-dark+doxygen.compiled.css b/css/m-dark+doxygen.compiled.css index 3f8fd776..42b9bb91 100644 --- a/css/m-dark+doxygen.compiled.css +++ b/css/m-dark+doxygen.compiled.css @@ -398,7 +398,7 @@ body { } h1, h2, h3, h4, h5, h6 { margin-top: 0; - font-weight: bold; + font-weight: 600; } h1 { margin-bottom: 1rem; @@ -1047,7 +1047,7 @@ figure.m-figure.m-flat img { figure.m-figure figcaption { margin-top: 0.5rem; margin-bottom: 0.5rem; - font-weight: bold; + font-weight: 600; font-size: 1.17rem; } figure.m-figure a img { @@ -1381,7 +1381,7 @@ body > header > nav a { } body > header > nav a#m-navbar-brand, body > header > nav a#m-navbar-show, body > header > nav a#m-navbar-hide { text-transform: uppercase; - font-weight: bold; + font-weight: 600; font-size: 1.125rem; padding-left: 1rem; padding-right: 1rem; diff --git a/css/m-dark.compiled.css b/css/m-dark.compiled.css index c17e1d3b..f90b4a37 100644 --- a/css/m-dark.compiled.css +++ b/css/m-dark.compiled.css @@ -398,7 +398,7 @@ body { } h1, h2, h3, h4, h5, h6 { margin-top: 0; - font-weight: bold; + font-weight: 600; } h1 { margin-bottom: 1rem; @@ -1047,7 +1047,7 @@ figure.m-figure.m-flat img { figure.m-figure figcaption { margin-top: 0.5rem; margin-bottom: 0.5rem; - font-weight: bold; + font-weight: 600; font-size: 1.17rem; } figure.m-figure a img { @@ -1381,7 +1381,7 @@ body > header > nav a { } body > header > nav a#m-navbar-brand, body > header > nav a#m-navbar-show, body > header > nav a#m-navbar-hide { text-transform: uppercase; - font-weight: bold; + font-weight: 600; font-size: 1.125rem; padding-left: 1rem; padding-right: 1rem; diff --git a/css/m-theme-dark.css b/css/m-theme-dark.css index 47764484..8b6aded1 100644 --- a/css/m-theme-dark.css +++ b/css/m-theme-dark.css @@ -38,7 +38,7 @@ --nav-heading-case: uppercase; --nav-categories-case: lowercase; --landing-header-case: lowercase; - --heading-font-weight: bold; + --heading-font-weight: 600; /* Shapes */ --border-radius: 0.2rem; -- 2.30.2