MediaWiki:Common.css: Difference between revisions

m
no edit summary
m
m
Line 18: Line 18:
/* 2) Global variables (use the EXACT family names exposed by your kit CSS) */
/* 2) Global variables (use the EXACT family names exposed by your kit CSS) */
:root{
:root{
  /* Exact family names as exposed by your Adobe kit CSS */
   --font-prominent: "century-gothic", "Century Gothic", "URW Gothic L", "Apple Gothic", "Avant Garde", sans-serif;
   --font-prominent: "century-gothic", "Century Gothic", "URW Gothic L", "Apple Gothic", "Avant Garde", sans-serif;
   --font-body: "myriad-pro", "Myriad Pro", "Myriad", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
   --font-body: "myriad-pro", "Myriad Pro", "Myriad", "Segoe UI", "Helvetica Neue", Arial, sans-serif;


   --outline-size: 0.0035em; /* 0.35% */
   --outline-size: 0.0035em;       /* 0.35% outline for prominent text */
   --outline-colour: #000;
   --outline-colour: #000;
  /* Weights (tune these) */
  --body-regular: 400;            /* normal paragraphs */
  --body-strong: 500;            /* lighter-than-bold for <b>/<strong> */
  /* If your kit lacks 500/Medium, change this to 600 (Semibold) */
}
}