MediaWiki:Common.css: Razlika med redakcijama
Videz
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: | ||
/* | /* Locally installed open-source fonts — no external requests */ | ||
body, .mw-body { | body, .mw-body { | ||
font-family: " | font-family: "DejaVu Sans", "Liberation Sans", Arial, sans-serif; | ||
font-size: 1.1em; | |||
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; | |||
} | |||
p { | |||
margin-bottom: 1em; | |||
} | } | ||