MediaWiki: Vector.css

From Trekipedia
Jump to: navigation, search
m
m
Line 4: Line 4:
 
   font-family: "Ubuntu Condensed", sans-serif;
 
   font-family: "Ubuntu Condensed", sans-serif;
 
   font-style: normal;
 
   font-style: normal;
 +
  font-weight: bold;
 
}
 
}
  

Revision as of 09:44, 16 January 2019

/* CSS placed here will affect users of the Vector skin */

@font-face {
  font-family: "Ubuntu Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
}

h1 {
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 250% !important;
}

@font-face {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

p {
  font-family: "Open Condensed", sans-serif;
  font-size: 1em;
}