Skillnad mellan versioner av "MediaWiki:Common.css"

Från Tummelplatsen
Hoppa till navigering Hoppa till sök
Rad 5: Rad 5:
body {
body {
   font-family: 'Special Elite', cursive;
   font-family: 'Special Elite', cursive;
  letter-spacing: 1px;
}
}

Versionen från 8 februari 2022 kl. 17.22

/* CSS som skrivs här påverkar alla utseenden */

@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');

body {
  font-family: 'Special Elite', cursive;
  letter-spacing: 1px;
}