Jump to content

MediaWiki:Vector.css: Difference between revisions

From Startup Mojave Wiki
Created page with "All CSS here will be loaded for users of the Vector skin: @import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Parisienne|Alef&display=swap'); Global font settings: body { font-family: "Montserrat", sans-serif; } Headings: h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", sans-serif; font-weight: 700; Adjust as needed: } Italic or script text: em, i { font-family: "Parisienne", c..."
 
Blanked the page
Tag: Blanking
 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Parisienne|Alef&display=swap');


/* Global font settings */
body {
    font-family: "Montserrat", sans-serif;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700; /* Adjust as needed */
}
/* Italic or script text */
em, i {
    font-family: "Parisienne", cursive;
}
/* Code blocks and monospaced content */
pre, code {
    font-family: "Alef", sans-serif;
}
/* Navigation menus or sidebar */
#p-navigation, #mw-panel {
    font-family: "Montserrat", sans-serif;
}
/* Footer */
#footer {
    font-family: "Montserrat", sans-serif;
}

Latest revision as of 14:57, 3 March 2025