MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
m
m
Line 24: Line 24:
   /* Weights (tune these) */
   /* Weights (tune these) */
   --body-regular: 400;            /* normal paragraphs */
   --body-regular: 400;            /* normal paragraphs */
   --body-strong: 600;            /* lighter-than-bold for <b>/<strong> */
   --body-strong: 500;            /* lighter-than-bold for <b>/<strong> */
   /* If your kit lacks 500/Medium, change this to 600 (Semibold) */
   /* If your kit lacks 500/Medium, change this to 600 (Semibold) */
}
}
Line 84: Line 84:
   b, strong,
   b, strong,
   .mw-parser-output b, .mw-parser-output strong {  
   .mw-parser-output b, .mw-parser-output strong {  
     font-variation-settings: "wght" 560;        /* lighter-than-700 bold */
     font-variation-settings: "wght" 600;        /* lighter-than-700 bold */
   }
   }
}
}

Navigation menu