MediaWiki:Gadget-large-font.css

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

/* Enlarge font-size for zh fonts *//* em -> rem per [[Special:PermaLink/65609687]] */.skin-vector-legacy .mw-body-content,.vector-feature-custom-font-size-clientpref-0 .skin-vector-2022 .mw-body-content {    font-size: 0.938rem;}.skin-monobook .mw-body-content {    font-size: 110%;}/* [[phab:T182320]] */.mw-editfont-monospace,.mw-editfont-sans-serif,.mw-editfont-serif {font-size: 13.936px !important;}/* 解决small标签中文字体太小 */small{font-size:.857em;}big{font-size:1.143em;}