更改

跳到导航 跳到搜索
添加134字节 、 2021年3月29日 (一) 01:43
无编辑摘要
第1行: 第1行:  
/* 这里设置了Google Font */
 
/* 这里设置了Google Font */
   −
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif: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', serif;
+
   font-family: 'Noto Serif SC','Noto Serif JP', 'Noto Serif', serif;
 
}
 
}
    
blockquote {
 
blockquote {
   font-family: 'Noto Serif', serif;
+
   font-family: 'Noto Serif SC','Noto Serif JP', 'Noto Serif', serif;
 
}
 
}
  

导航菜单