更改

添加55字节 、 2021年3月21日 (日) 00:50
无编辑摘要
第5行: 第5行:  
/* 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;
 +
}
 +
 +
blockquote {
 
   font-family: 'Noto Serif SC', serif;
 
   font-family: 'Noto Serif SC', serif;
 
}
 
}