Skip to content

Commit b39aff3

Browse files
committed
enh: bold was broken
1 parent de1c2da commit b39aff3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_static/pyos.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,21 +340,21 @@ See https://github.com/pydata/pydata-sphinx-theme/pull/1784
340340
src: url("./fonts/poppins-v20-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
341341
}
342342

343-
/* nunitosans-regular - latin */
343+
/* nunitosans-variable - latin */
344344
@font-face {
345345
font-display: swap;
346346
font-family: "NunitoSans";
347347
font-style: normal;
348-
font-weight: 400;
348+
font-weight: 200 800;
349349
src: url("./fonts/NunitoSans-VariableFont.woff2") format("woff2");
350350
}
351351

352-
/* nunitosans-italic - latin */
352+
/* nunitosans-italic-variable - latin */
353353
@font-face {
354354
font-display: swap;
355355
font-family: "NunitoSans";
356356
font-style: italic;
357-
font-weight: 400;
357+
font-weight: 200 800;
358358
src: url("./fonts/NunitoSans-Italic-VariableFont.woff2") format("woff2");
359359
}
360360

0 commit comments

Comments
 (0)