User:NoKurokanes/common.css: Difference between revisions

m
no edit summary
(Does this work???)
Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit
mNo edit summary
Tag: Manual revert
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/*NoKurokanes: This is me alphabetlorefan2003, from the Super Mario Wiki, and yes, i don't like Kurokane, so I'm gonna replace that with Comic Sans >:)*/
/*NoKurokanes: This is me alphabetlorefan2003, from the Super Mario Wiki, and yes, i don't like Kurokane, so I'm gonna replace that with Comic Sans >:)*/
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue&display=swap');
@font-face {  
@font-face {  
     font-family: Kurokane;
     font-family: Kurokane;
Line 9: Line 10:
     src: local(Microsoft Yahei);
     src: local(Microsoft Yahei);
}
}
@import url('https://fonts.googleapis.com/css2?family=Comic+Sans+MS');
#firstHeading,
#firstHeading,
h1, #bodyContent h1,
h1, #bodyContent h1,
Line 18: Line 18:
h6, #bodyContent h6 {
h6, #bodyContent h6 {
     color: #E6E6E6;
     color: #E6E6E6;
     font-family: Comic Sans MS, sans-serif;
     font-family: 'Comic Neue', Rodin;
     font-weight: normal;
     font-weight: 700;
}
}
#mw-head{
#mw-head{