Difference between revisions of "MediaWiki:Common.css"

From Celtic Languages
Jump to navigationJump to search
(Add CSS for .IPA and .IPAchar classes)
 
m (Apparently Chromium doesn't understand font-feature-settings in @font-face)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
     font-size: 110%;
     font-size: 110%;
     font-variant-ligatures: no-common-ligatures;
     font-variant-ligatures: no-common-ligatures;
}
@font-face {
  font-family: "Bunchlo GC";
  font-feature-settings: "ss01";
  src: url("fonts/bungc.woff2");
}
.seanchlo {
  font-family: "Bunchlo GC";
  font-feature-settings: "ss01";
  font-size: 110%;
}
}

Latest revision as of 00:33, 30 July 2022

/* CSS placed here will be applied to all skins */
.IPA, .IPAchar {
    font-family: Gentium,'Gentium Plus',GentiumAlt,'DejaVu Sans','Segoe UI','Lucida Grande','Charis SIL','Doulos SIL','TITUS Cyberbit Basic','Code2000','Lucida Sans Unicode',sans-serif;
    font-size: 110%;
    font-variant-ligatures: no-common-ligatures;
}

@font-face {
  font-family: "Bunchlo GC";
  font-feature-settings: "ss01";
  src: url("fonts/bungc.woff2");
}

.seanchlo {
  font-family: "Bunchlo GC";
  font-feature-settings: "ss01";
  font-size: 110%;
}