MediaWiki: Vector.css

From Trekipedia
Jump to: navigation, search
m
m
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
 +
@font-face {
 +
font-family: "Open Sans", sans-serif;
 +
  font-style: normal;
 +
}
 +
 +
h1 {
 +
  font-family: "Ubuntu Condensed", sans-serif;
 +
  font-size: 250% !important;
 +
}

Revision as of 09:33, 16 January 2019

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

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

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