User:Nzxx123/vector.css

維基文庫,自由的圖書館

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* Author: Stark Shaw */
/* Date: Oct 1 2016 */

/* Designed for Simplified Chinese for skin “Vector”. */

body, h1, h2, h2 span {
	font-family: 'Baskerville', 'Georgia', 'Songti SC', 'Hiragino Mincho Pro', 'SimSun-ExtB', 'SimSun', serif !important;
}

/*
Baskerville – The main font for western languages.
Georgia – Concerning for Windows.
Songti SC – The default serif Simplified Chinese font in macOS (OS X).
Hiragino Mincho Pro – The default serif Japanese font in macOS (OS X).
SimSun-ExtB – The default serif Simplified Chinese font after Windows Vista.
SimSun – The default serif Simplified Chinese font after Windows 95.

serif – The final fallback.

You may add, revise or delete entries according to your taste.
*/

pre {
	font-family: 'SF Mono', 'Source Code Pro', 'Menlo', 'Monaco', monospace;
}

/* This part is for pre-formatted text, or code.
SF Mono – A new monospace font family introduced by Apple.
Source Code Pro – A free monospace font by Adobe Inc.
Menlo – Pre-installed in macOS (OS X).
Monaco – Pre-installed in macOS (OS X).

monospace – The final fallback.

You may add, revise or delete entries according to your taste.
*/