个人工具
视图

“MediaWiki:Common.css”的版本间的差异

来自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:wght@400;700&display=swap')..."
 
第4行: 第4行:
 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&family=Noto+Serif+SC:wght@400;700&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&family=Noto+Serif+SC:wght@400;700&display=swap');
 
</style>
 
</style>
 +
 +
h1, h2, h3, h4, h5, h6 {
 +
    font-family: 'Noto Serif SC';
 +
}

2021年2月2日 (二) 16:45的版本

/* 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:wght@400;700&display=swap');
</style>

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif SC';
}