MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
.mw-body-content a:visited { color: #0000FF; } | .mw-body-content a:visited { color: #0000FF; } | ||
.mw-body-content { | .mw-body-content { | ||
font-family:'Tibetan','Times','Arial Unicode MS','Linux Libertine','Georgia','Times', serif; | font-family:'Tibetan','Times','Arial Unicode MS','Linux Libertine','Georgia','Times', serif; | ||
//Tibetan in custom tibetan family below, English and diacritic in Times, all others (Devanagari/Thai/Thai-pali etc.) in Arial Unicode MS | |||
font-size: 1.1em; | font-size: 1.1em; | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Tibetan'; /* | font-family: 'Tibetan'; /* for rendering Tibetan characters */ | ||
src: local('Microsoft Himalaya'),local('Kokonor'),local('Kailasa'); | src: local('Microsoft Himalaya'),local('Kokonor'),local('Kailasa'); | ||
unicode-range: U+0F00-0FFF; /* | unicode-range: U+0F00-0FFF; /* Tibetan character range */ | ||
} | } | ||
Revision as of 03:05, 15 March 2019
/* CSS placed here will be applied to all skins */
.mw-body-content a:visited { color: #0000FF; }
.mw-body-content {
font-family:'Tibetan','Times','Arial Unicode MS','Linux Libertine','Georgia','Times', serif;
//Tibetan in custom tibetan family below, English and diacritic in Times, all others (Devanagari/Thai/Thai-pali etc.) in Arial Unicode MS
font-size: 1.1em;
}
@font-face {
font-family: 'Tibetan'; /* for rendering Tibetan characters */
src: local('Microsoft Himalaya'),local('Kokonor'),local('Kailasa');
unicode-range: U+0F00-0FFF; /* Tibetan character range */
}