Changes

no edit summary
Line 1: Line 1:  
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
@import url('https://wiki.machinamaincluster.com/images/9/93/CYBORG_.TTF');
 +
 +
body {
 +
    font-family: 'Cyborg45', sans-serif;
 +
}
 +
 +
.no-list-styling {
 +
    list-style-type: none;
 +
}
 +
 
/* Changes the default font used for MediaWiki headings to Noto Serif: */
 
/* Changes the default font used for MediaWiki headings to Noto Serif: */
 
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
 
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
Line 176: Line 187:  
}
 
}
 
}
 
}
}
  −
  −
@import url('https://wiki.machinamaincluster.com/images/9/93/CYBORG_.TTF');
  −
  −
body {
  −
    font-family: 'Cyborg45', sans-serif;
  −
}
  −
  −
.no-list-styling {
  −
    list-style-type: none;
   
}
 
}