Pojdi na vsebino

MediaWiki:Common.css: Razlika med redakcijama

nova stran z vsebino: »Tu postavljeni CSS bo uporabljen v vseh preoblekah: @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap'); body, .mw-body { font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial, sans-serif; } Use Bebas Neue for headings and page titles: .mw-page-...«
 
Switched to locally installed open-source fonts
 
Vrstica 1: Vrstica 1:
/* Tu postavljeni CSS bo uporabljen v vseh preoblekah */
/* Locally installed open-source fonts — no external requests */
 
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');


body, .mw-body {
body, .mw-body {
     font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI",
     font-family: "DejaVu Sans", "Liberation Sans", Arial, sans-serif;
                Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    font-size: 1.1em;
                Arial, sans-serif;
    line-height: 1.7;
}
}


.mw-page-title-main,
#firstHeading,
h1, h2, h3, h4, h5, h6 {
    font-family: "DejaVu Serif", "Liberation Serif", Georgia, serif;
    letter-spacing: 0.02em;
}


/* Use Bebas Neue for headings and page titles */
p {
.mw-page-title-main,  /* Vector / modern skins */
     margin-bottom: 1em;
#firstHeading,        /* Older skins (Monobook, etc.) */
h1, h2, h3, h4, h5, h6 {
     font-family: "Bebas Neue", "Inter Tight", sans-serif;
    letter-spacing: 0.03em;
}
}