Changes

From Drawn to Life Wiki
193 bytes added ,  13:55, 21 November 2020
no edit summary
Line 1: Line 1: −
   /*********/
+
   /***********/
  /* Fonts */
+
  /* Imports */
/*********/
+
/***********/
 
/*Arco is the main h1 font*/
 
/*Arco is the main h1 font*/
 
@font-face {
 
@font-face {
Line 30: Line 30:  
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
 +
 +
 +
 +
  /*********/
 +
/* Fonts */
 +
/*********/
 +
.mw-body-content h2 {
 +
    font-family: 'Rubik', sans-serif;
 +
}
 +
.mw-body-content h3, .mw-body-content h4 {
 +
    font-family: 'Rubik', sans-serif;
 +
}
    
   /***********/
 
   /***********/