MediaWiki: Common.css: Difference between revisions
From ASDSO Dam Safety Toolbox
No edit summary |
(Replaced content with "→CSS placed here will be applied to all skins: @import url( 'https://fonts.googleapis.com/css?family=Montserrat '); body { font-family: "Montserrat"; } .with-navbar.with-navbar-fixed { padding-top: 0; }") Tags: Replaced Manual revert |
| (14 intermediate revisions by the same user not shown) | |
(No difference)
| |
Latest revision as of 13:32, 18 October 2022
/* CSS placed here will be applied to all skins */
@import url( 'https://fonts.googleapis.com/css?family=Montserrat ');
body {
font-family: "Montserrat";
}
.with-navbar.with-navbar-fixed {
padding-top: 0;
}
