Difference between revisions of "MediaWiki:Monobook.css"

From Rangjung Yeshe Wiki Texts
Jump to navigation Jump to search
Line 13: Line 13:
 
       url('../MonoBook/resources/fonts/jomolhari-v2-tibetan_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
 
       url('../MonoBook/resources/fonts/jomolhari-v2-tibetan_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
 
       url('../MonoBook/resources/fonts/jomolhari-v2-tibetan_latin-regular.svg#Jomolhari') format('svg'); /* Legacy iOS */
 
       url('../MonoBook/resources/fonts/jomolhari-v2-tibetan_latin-regular.svg#Jomolhari') format('svg'); /* Legacy iOS */
 +
}
 +
 +
.TibUniJomolhari12
 +
{
 +
  font-family: 'Jomolhari', serif;
 +
  font-size: 12pt;
 +
  font-weight: normal;
 +
  line-height:125%;
 +
}
 +
 +
.TibUniJomolhari18
 +
{
 +
  font-family: 'Jomolhari', serif;
 +
  font-size: 18pt;
 +
  font-weight: normal;
 +
  line-height:125%;
 
}
 
}
  

Revision as of 08:35, 15 September 2020

/* CSS placed here will affect users of the MonoBook skin */

/* jomolhari-regular - tibetan_latin */
@font-face {
  font-family: 'Jomolhari';
  font-style: normal;
  font-weight: 400;
  src: url('../MonoBook/resources/fonts/jomolhari-v2-tibetan_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Jomolhari Regular'), local('Jomolhari-Regular'),
       url('../MonoBook/resources/fonts/jomolhari-v2-tibetan_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../MonoBook/resources/fonts/jomolhari-v2-tibetan_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../MonoBook/resources/fonts/jomolhari-v2-tibetan_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../MonoBook/resources/fonts/jomolhari-v2-tibetan_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../MonoBook/resources/fonts/jomolhari-v2-tibetan_latin-regular.svg#Jomolhari') format('svg'); /* Legacy iOS */
}

.TibUniJomolhari12
{
   font-family: 'Jomolhari', serif;
   font-size: 12pt;
   font-weight: normal;
   line-height:125%;
}

.TibUniJomolhari18
{
   font-family: 'Jomolhari', serif;
   font-size: 18pt;
   font-weight: normal;
   line-height:125%;
}

.TibUniJomolhari24
{
   font-family: 'Jomolhari', serif;
   font-size: 24pt;
   font-weight: normal;
   line-height:125%;
}

.TibUniJomolhari48
{
   font-family: 'Jomolhari', serif;
   font-size: 48pt;
   font-weight: normal;
   line-height:125%;
}