MediaWiki:Common.css: Difference between revisions

From Freakapedia
change font attempt
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


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


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

Latest revision as of 18:01, 30 November 2024

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


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