Difference between revisions of "MediaWiki:Monobook.css"

From Rangjung Yeshe Wiki Texts
Jump to navigation Jump to search
Line 10: Line 10:
 
       url('resources/fonts/jomolhari-v2-tibetan_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
 
       url('resources/fonts/jomolhari-v2-tibetan_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
 
       url('resources/fonts/jomolhari-v2-tibetan_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
 
       url('resources/fonts/jomolhari-v2-tibetan_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('resources/fonts/jomolhari-v2-tibetan_latin-regular.woff') format('woff'), /* Modern Browsers */
+
       url('resources/fonts/jomolhari-v2-tibetan_latin-regular.woff') format('woff'),               /* Modern Browsers */
 +
      url('../resources/fonts/jomolhari-v2-tibetan_latin-regular.woff') format('woff'),            /* 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.woff') format('woff'),    /* Modern Browsers */
 +
      url('fonts/jomolhari-v2-tibetan_latin-regular.woff') format('woff'),                        /* Modern Browsers */
 +
      url('../fonts/jomolhari-v2-tibetan_latin-regular.woff') format('woff'),                      /* Modern Browsers */
 
       url('resources/fonts/jomolhari-v2-tibetan_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
 
       url('resources/fonts/jomolhari-v2-tibetan_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
 
       url('resources/fonts/jomolhari-v2-tibetan_latin-regular.svg#Jomolhari') format('svg'); /* Legacy iOS */
 
       url('resources/fonts/jomolhari-v2-tibetan_latin-regular.svg#Jomolhari') format('svg'); /* Legacy iOS */

Revision as of 08:40, 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('resources/fonts/jomolhari-v2-tibetan_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Jomolhari Regular'), local('Jomolhari-Regular'),
       url('resources/fonts/jomolhari-v2-tibetan_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('resources/fonts/jomolhari-v2-tibetan_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('resources/fonts/jomolhari-v2-tibetan_latin-regular.woff') format('woff'),               /* Modern Browsers */
       url('../resources/fonts/jomolhari-v2-tibetan_latin-regular.woff') format('woff'),            /* 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.woff') format('woff'),     /* Modern Browsers */
       url('fonts/jomolhari-v2-tibetan_latin-regular.woff') format('woff'),                         /* Modern Browsers */
       url('../fonts/jomolhari-v2-tibetan_latin-regular.woff') format('woff'),                      /* Modern Browsers */
       url('resources/fonts/jomolhari-v2-tibetan_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('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%;
}