Difference between revisions of "MediaWiki:Common.css"
From China Digital Space
(Created page with "→CSS placed here will be applied to all skins: <style> @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&family=Noto+Serif+SC:[email protected];700&display=swap')...") |
|||
Line 4: | Line 4: | ||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&family=Noto+Serif+SC:[email protected];700&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&family=Noto+Serif+SC:[email protected];700&display=swap'); | ||
</style> | </style> | ||
+ | |||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | font-family: 'Noto Serif SC'; | ||
+ | } |
Revision as of 16:45, 2 February 2021
/* CSS placed here will be applied to all skins */
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&family=Noto+Serif+SC:[email protected];700&display=swap');
</style>
h1, h2, h3, h4, h5, h6 {
font-family: 'Noto Serif SC';
}