Diferencia entre revisiones de «MediaWiki:Common.css»

De Amereida
Línea 1: Línea 1:
  
/* Fonts */
+
/* Fonts  
  
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,500,500i,700,700i,800,800i,900,900i');
+
font-family: 'Alegreya', serif;
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
+
font-family: 'Alegreya Sans', sans-serif;
 +
font-family: 'Roboto Mono', monospace;
 +
 
 +
*/
 +
 
 +
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:100,300,300i,400,400i,500,500i,700,700i,800,900|Alegreya:400,400i,500,500i,700,700i,800,900|Roboto+Mono');
  
 
/* Tipography */
 
/* Tipography */
Línea 10: Línea 15:
 
body    { font-size: 17px; }
 
body    { font-size: 17px; }
  
.mw-body h1, .mw-body-content h1, .mw-body-content h2{
+
h1, h2, h3 {
   font-family: 'Alegreya', serif;
+
   font-family: 'Alegreya Sans', sans-serif;
  font-weight: bold;  
+
}
}  
 
  
 
pre, code, tt, kbd, samp, .mw-code, textarea#wpTextbox1{  
 
pre, code, tt, kbd, samp, .mw-code, textarea#wpTextbox1{  

Revisión del 14:40 18 ene 2018


/* Fonts 

font-family: 'Alegreya', serif;
font-family: 'Alegreya Sans', sans-serif;
font-family: 'Roboto Mono', monospace;

*/

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:100,300,300i,400,400i,500,500i,700,700i,800,900|Alegreya:400,400i,500,500i,700,700i,800,900|Roboto+Mono');

/* Tipography */

body, * { font-family: 'Alegreya', serif; }
body    { font-size: 17px; }

h1, h2, h3 {
  font-family: 'Alegreya Sans', sans-serif;
}

pre, code, tt, kbd, samp, .mw-code, textarea#wpTextbox1{ 
  font-family: 'Roboto Mono', monospace;
  font-size: 17px;
}