MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
.mw-body-content a:visited { color: #0000FF; } | .mw-body-content a:visited { color: #0000FF; } | ||
.mw-body-content {font-family: | .mw-body-content {font-family:'Microsoft Himalaya','Microsoft 'Arial Unicode MS','Linux Libertine','Georgia','Times',} | ||
@font-face { | |||
font-family: 'Microsoft Himalaya'; /* Define the custom font name */ | |||
unicode-range: U+0F00-0FFF; /* Define the available characters */ | |||
} |
Revision as of 02:02, 15 March 2019
/* CSS placed here will be applied to all skins */ .mw-body-content a:visited { color: #0000FF; } .mw-body-content {font-family:'Microsoft Himalaya','Microsoft 'Arial Unicode MS','Linux Libertine','Georgia','Times',} @font-face { font-family: 'Microsoft Himalaya'; /* Define the custom font name */ unicode-range: U+0F00-0FFF; /* Define the available characters */ }