MediaWiki: Vector.css

From Trekipedia
Jump to: navigation, search
m
m
Line 2: Line 2:
  
 
@font-face {
 
@font-face {
font-family: "Open Sans", sans-serif;
+
  font-family: "Ubuntu Condensed", sans-serif;
 
   font-style: normal;
 
   font-style: normal;
 
}
 
}
Line 9: Line 9:
 
   font-family: "Ubuntu Condensed", sans-serif;
 
   font-family: "Ubuntu Condensed", sans-serif;
 
   font-size: 250% !important;
 
   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;
 
}
 
}

Revision as of 09:35, 16 January 2019

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

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

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;
}