fix: replaced Robot Slab with Noto Serif Bold for headings

This commit is contained in:
Stephan 2021-10-02 15:03:38 +02:00 committed by Gulliver
parent e465d1d12f
commit 505f552b97
7 changed files with 8 additions and 17 deletions

View File

@ -5579,7 +5579,7 @@ h6,
legend { legend {
margin-top: 0; margin-top: 0;
font-weight: 700; font-weight: 700;
font-family: Roboto Slab, ff-tisa-web-pro, Georgia, Arial, sans-serif font-family: 'Noto Serif Bold', ff-tisa-web-pro, Georgia, Arial, sans-serif
} }
p { p {
@ -6981,7 +6981,7 @@ footer span.commit code {
.rst-content .sidebar .sidebar-title { .rst-content .sidebar .sidebar-title {
display: block; display: block;
font-family: Roboto Slab, ff-tisa-web-pro, Georgia, Arial, sans-serif; font-family: 'Noto Serif Bold', ff-tisa-web-pro, Georgia, Arial, sans-serif;
font-weight: 700; font-weight: 700;
background: #e1e4e5; background: #e1e4e5;
padding: 6px 12px; padding: 6px 12px;
@ -7424,20 +7424,11 @@ span[id*=MathJax-Span] {
font-display: block font-display: block
} }
/* noto-serif-700 - latin */
@font-face { @font-face {
font-family: Roboto Slab; font-family: 'Noto Serif Bold';
font-style: normal; src: url('fonts/noto-serif-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
font-weight: 400; url('fonts/noto-serif-v9-latin-700.woff') format('woff'); /* Modern Browsers */
src: url(fonts/Roboto-Slab-Regular.woff2?7abf5b8d04d26a2cafea937019bca958) format("woff2"), font-style: normal;
url(fonts/Roboto-Slab-Regular.woff?c1be9284088d487c5e3ff0a10a92e58c) format("woff"); font-weight: 700;
font-display: block
}
@font-face {
font-family: Roboto Slab;
font-style: normal;
font-weight: 700;
src: url(fonts/Roboto-Slab-Bold.woff2?9984f4a9bda09be08e83f2506954adbe) format("woff2"),
url(fonts/Roboto-Slab-Bold.woff?bed5564a116b05148e3b3bea6fb1162a) format("woff");
font-display: block
} }