MediaWiki:Monobook.css: Difference between revisions

From Rangjung Yeshe Wiki Texts
Jump to navigation Jump to search
No edit summary
No edit summary
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 */
}
}


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

Revision as of 08:18, 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%;
}