更改

跳到导航 跳到搜索
添加125字节 、 2021年3月29日 (一) 01:46
无编辑摘要
第1行: 第1行:  
/* 这里设置了Google Font */
 
/* 这里设置了Google Font */
   −
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600&display=swap');
+
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600&family=Noto+Serif+JP:wght@400;600&family=Noto+Serif:wght@400;600&display=swap');
    
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
 
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
 
body {
 
body {
   font-family: 'Noto Serif SC', serif;
+
   font-family: 'Noto Serif SC','Noto Serif JP', 'Noto Serif', serif;
 
}
 
}
   第11行: 第11行:  
#content h1,  
 
#content h1,  
 
#content h2 {
 
#content h2 {
   font-family: 'Noto Serif SC', serif;
+
   font-family: 'Noto Serif SC','Noto Serif JP', 'Noto Serif', serif;
 
}
 
}
  

导航菜单