Difference between revisions of "MediaWiki:Monobook.css"

From Rangjung Yeshe Wiki Texts
Jump to navigation Jump to search
Line 6: Line 6:
 
   font-style: normal;
 
   font-style: normal;
 
   font-weight: 400;
 
   font-weight: 400;
   src: url('./resources/fonts/jomolhari-v2-tibetan_latin-regular.eot'); /* IE9 Compat Modes */
+
   src: url('../resources/fonts/jomolhari-v2-tibetan_latin-regular.eot'); /* IE9 Compat Modes */
 
   src: local('Jomolhari Regular'), local('Jomolhari-Regular'),
 
   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.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.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:20, 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.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../resources/fonts/jomolhari-v2-tibetan_latin-regular.svg#Jomolhari') format('svg'); /* Legacy iOS */
}

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