MediaWiki:Common.css: Difference between revisions

From Freakapedia
change font attempt
 
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


#Freakapedia {
#siteSub {
 
    display: block;
     font-family: "Linux Libertine", sans-serif; /* Replace "Arial" with your preferred font */
     font-weight: normal;
 
     font-size: normal;
     font-size: 24px;
     font-family: 'Linux Libertine', serif;
 
     /* Other styling options as needed */
 
}
}

Revision as of 17:50, 30 November 2024

/* CSS placed here will be applied to all skins */

#siteSub {
    display: block;
    font-weight: normal;
    font-size: normal;
    font-family: 'Linux Libertine', serif;
}