MediaWiki:Common.js: Difference between revisions

From Lenn's Fun Stuff

No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Version 2.4 - Universal KH Loader */
/* Standard Miraheze Font Loader */
(function() {
(function() {
     $('head').append('<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Crimson+Pro:wght@400;700&display=swap">');
     $('head').append('<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Crimson+Pro:wght@400;700&display=swap">');
    $(document).ready(function() {
        if (mw.config.get('skin') === 'cosmos') {
            $('#p-cactions h3 span').hide();
        }
    });
})();
})();

Latest revision as of 23:53, 16 March 2026

/* Standard Miraheze Font Loader */
(function() {
    $('head').append('<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Crimson+Pro:wght@400;700&display=swap">');
})();