MediaWiki:Common.css: Difference between revisions

From Vyutpatti
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:'Tibetan','Arial Unicode MS','Linux Libertine','Georgia','Times'}
.mw-body-content {font-family:'Tibetan2','Arial Unicode MS','Linux Libertine','Georgia','Times', serif}


@font-face {
@font-face {
   font-family: 'Tibetan'; /* Define the custom font name */
   font-family: 'Tibetan'; /* Define the custom font name */
  font-size: 2em;
   src: local('Microsoft Himalaya');
   src: local('Microsoft Himalaya');
  unicode-range: U+0F00-0FFF; /* Define the available characters */
}
@font-face {
  font-family: 'Tibetan2';
  src: local('Sans Serif');
   unicode-range: U+0F00-0FFF; /* Define the available characters */
   unicode-range: U+0F00-0FFF; /* Define the available characters */
}
}

Revision as of 02:19, 15 March 2019

/* CSS placed here will be applied to all skins */

.mw-body-content a:visited { color: #0000FF; }
.mw-body-content {font-family:'Tibetan2','Arial Unicode MS','Linux Libertine','Georgia','Times', serif}

@font-face {
  font-family: 'Tibetan'; /* Define the custom font name */
  src: local('Microsoft Himalaya');
  unicode-range: U+0F00-0FFF; /* Define the available characters */
}

@font-face {
  font-family: 'Tibetan2';
  src: local('Sans Serif');
  unicode-range: U+0F00-0FFF; /* Define the available characters */
}