Diferencia entre revisiones de «MediaWiki:Common.css»

imported>Ivan
Sin resumen de edición
imported>Ivan
Sin resumen de edición
Línea 140: Línea 140:


* {
* {
font-family: -apple-system, Georgia, Verdana, Helvetica;
font-family: -apple-system, Georgia, Verdana, Helvetica, "Segoe UI Local";
}
}


Línea 179: Línea 179:
.vector-body .mw-body-content h5 { font-size: 108%; }
.vector-body .mw-body-content h5 { font-size: 108%; }
.vector-body .mw-body-content h6 { font-size: 100%; }
.vector-body .mw-body-content h6 { font-size: 100%; }
@font-face {
  font-family: 'Segoe UI Local';
  src: local('Segoe UI Light');
  font-weight: 100;
  font-style: normal;
}