MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;700&display=swap');
/* ============================== general interface =============================== */
/* ============================== general interface =============================== */


Line 909: Line 911:
   padding: 5px;
   padding: 5px;
   background-color: #f2f2f2;
   background-color: #f2f2f2;
}
/* ============================== Hindi translations ============================== */
.page-ऑन_सर्टेन्टि .mw-parser-output * {
  font-family: 'Google Sans', sans-serif;
}
.page-ऑन_सर्टेन i {
  display: inline-block;
  margin-right: 0.2em;
}
}