Jump to content

MediaWiki:Common.css: Difference between revisions

Replaced content with "CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); .test-font { font-family: "Rubik"; }"
Tags: Replaced Manual revert
No edit summary
Line 4: Line 4:
.test-font {
.test-font {
   font-family: "Rubik";
   font-family: "Rubik";
}
.light {
color-scheme: light;
}
.dark {
color-scheme: dark;
}
}