更改

删除54字节 、 2021年3月29日 (一) 01:41
无编辑摘要
第1行: 第1行:  
/* 这里设置了Google Font */
 
/* 这里设置了Google Font */
   −
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600&family=Noto+Serif:wght@400;600&display=swap');
+
@import url('https://fonts.googleapis.com/css2?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', serif;
 
}
 
}
    
blockquote {
 
blockquote {
   font-family: 'Noto Serif SC', 'Noto Serif', serif;
+
   font-family: 'Noto Serif', serif;
 
}
 
}